Length

Namespace ›› System ›› MfString ›› Properties ››
Parent Previous Next

Length

Gets the length of the Value property.

OutputVar := MfString.Length

Get

Gets the length of the Value property as a var containing an Integer

Remarks

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