Quantcast
Channel: FiveTech Software tech support forums
Viewing all articles
Browse latest Browse all 26212

Methods of a variable

$
0
0
Functions like __objGetMethodList do not work with Scalar values. You can try this: uVar := "Hello" // Any data type xbrowser uVar:ClassSel() You can see all symbols understood by this Scalar Class. Some of them would be methods you may be interested in. Actually, to the best of my knowledge, AsString() is a method commonly available in all Scalar classes and except for Arrays and Hashes, there are no other useful methods. Even for array or hash, I do not think using the methods may be more efficient than using native functions.

Viewing all articles
Browse latest Browse all 26212

Trending Articles