Can anybody suggest a single command to strip leading zeros from a string such that 0001234 becomes 1234 and 0000321 becomes 321?
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
| Sysop: | Amessyroom |
|---|---|
| Location: | Fayetteville, NC |
| Users: | 65 |
| Nodes: | 6 (0 / 6) |
| Uptime: | 09:23:14 |
| Calls: | 862 |
| Files: | 1,311 |
| D/L today: |
2 files (6,679K bytes) |
| Messages: | 265,083 |