Quantcast
Channel: WinDev Forum
Viewing all articles
Browse latest Browse all 1914

WD 21 - if you are coming from Clarion (2 replies)

$
0
0
Hi,
If you are coming from the Clarion world beware of the difference between Character Operators.

----------------------------------------
myString is string
FOR k=1 TO 132
myString=myString+"."
END
// Now myString has a length of 132

myString[[1 to 3]]="AAA" // Length is still 132
myString[[1 to 3]]="AA" // Length is NOW 131 !!!
-------------------------------------------

Steven Sitas

Viewing all articles
Browse latest Browse all 1914

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>