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.
↧