Gets the length of the Value property.
OutputVar := MfString.Length
Gets the length of the Value property as a var containing an Integer
Read-only Property.
Length is not affected by the state of ReturnAsObject and always returns a var containing an Integer.
str := new MfString("Hello World") ; Create a new instance of the String Class
MsgBox % str.Length ; Displays Messsage box with containgin 11