Thank you very much.
http://forums.livecode.com/viewtopic.php?f=8&t=30352
Richmond.
On 28/12/2017 3:37 pm, Mark Waddingham via use-livecode wrote:
In LCB a string is a string and a number is a number - there's an operator
which tests whether a string 'looks like' a number and can optionally c
In LCB a string is a string and a number is a number - there's an operator
which tests whether a string 'looks like' a number and can optionally convert
it.
Strings in LCB are the same as in LCS - counted and not nul terminated (so they
can contain the NUL 'char' - i.e. Code 0). It does have 'b