It looks like you're new here. Sign in or register to get started.
FOR I := 1 to Steps do String := INCSTR(String);
FNTIncrementMore(String,Steps);
Comments
P.S.: do an "exit(string)" in the function or declare String as VAR depending on your needs
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog
Thanks