Post Reply 
Question about string conversion shortcut...
10-17-2017, 03:09 AM
Post: #1
Question about string conversion shortcut...
I've seen programs use the following:

T:=""+V;

instead of:

T:=STRING(V);

to convert V to a string from a numerical value inside a program.

The first version seems to work. I'm wondering, is it faster than the latter? Anyone know?
Thanks
-Donald
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Question about string conversion shortcut... - webmasterpdx - 10-17-2017 03:09 AM



User(s) browsing this thread: 1 Guest(s)