From Newsgroup: comp.lang.clarion
On Tuesday, September 15, 2020 at 8:33:42 PM UTC+1, Mark Deal wrote:
Can anybody suggest a single command to strip leading zeros from a string such that 0001234 becomes 1234 and 0000321 becomes 321?
I thought that Clarion will automatically convert strings to numbers / numbers to strings.
The AGE function returns a STRING value, would wrapping it in the INT() function do it for you?
Something like INT(AGE(CON:CON1_03_03,@D2))
Just wondering
--- Synchronet 3.21d-Linux NewsLink 1.2