The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 795 - File: showthread.php PHP 7.4.33 (FreeBSD)
File Line Function
/showthread.php 795 errorHandler->error





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)