larry white
New Member
I have upgraded from progress 10.1C to 10.2b07. In 10.1C, the following command worked...ASSIGN lv-cost = string(integer(chtemp:VALUE())).
lv-cost is defined as a character.
The spreadsheet would read the numeric value and convert it to a string, for comparisons. As I stated, in 10.1C, it worked fine. In 10.2B07, the same command is returning a numeric value instead of the string. In example, 10.1C would return the string 4002 while 1o.2B07 is returning the numeric 4002.0000000000. For some reason, in 10.2B07, the string formula is not returning a string value. Any thoughts? thanks
lv-cost is defined as a character.
The spreadsheet would read the numeric value and convert it to a string, for comparisons. As I stated, in 10.1C, it worked fine. In 10.2B07, the same command is returning a numeric value instead of the string. In example, 10.1C would return the string 4002 while 1o.2B07 is returning the numeric 4002.0000000000. For some reason, in 10.2B07, the string formula is not returning a string value. Any thoughts? thanks