How is it possible to find all of the methods of a variable?
Local cStr := "Hello World!"
cStr:ClassName() ==>> "CHARACTER"
__objGetMethodList( cStr ) ==>> crashes and burns
How can I get a list of all of the available methods of cStr, like converting it to a number via a method of the variable?
Thanks,
Byron ...