User bio
my video https://youtu.be/zx6WoApljBI
my story https://community.intersystems.com/post/45-years-intersystems-1978-2023
Member since Jul 21, 2017
Posts:
Replies:
done on Caché 2018.*
s txt="-123.45E6789" if txt w "true" >>> true
true/false stops checking Strings at the first nonzero numeric sign to set $T=1
almost since ever
see doc on Variable Number of Parameters
Summary:
- args = number of params passed
- args(n) = n-th param
- modify as you need, it's just a local variable
Open Exchange applications:
Followers:
Following:
Robert has not followed anybody yet.
Global Masters badges:







BUT:
S txt="-123.45E6789" IF +txt W "true"
^
<MAXNUMBER>
USER>