The value is L100.0050, L400.0625 and others.
When I try to pull the first letter only wanting the “L” but I am getting everything up to the decimal point. So I am getting L100 , L400 .
Below is my code. Any ideas?
lassign $xlateInVals begChar
set NewBegChar [string range $begChar 0 0]
lappend xlateOutVals $NewBegChar
is this wrong?
thanks.