Empty

Namespace ›› System ›› MfString ›› Fields ››
Parent Previous Next

Empty

Gets the value associated with empty string

OutputVar := MfString.Empty


Returns

String Const
MfString.Empty returns ""

; the following two assignments are basically the same
strEmpty := MfString.Empty
strEmpty := ""