Syntax CObj(expr)
Group Conversion
Description Convert to an Object.
The object contains the value.
expr Convert
to an object. If the parameter is already an object, return it.
Example '#Language
"WWB.NET"
SubMain
Debug.Print CObj(Sqr(2))
' 1.4142135381699
EndSub