M
madhero
Guest
I have find out how to convert an integer into a string in SKILL, but
how can I convert a floating-point number into a string? I need to put
the calculated result to a stringfield.
The way to convert an integer to a string is like that:
integer=50
strcat(concat(integer))
how can I convert a floating-point number into a string? I need to put
the calculated result to a stringfield.
The way to convert an integer to a string is like that:
integer=50
strcat(concat(integer))