String

Description:

String method is provided for sizing null-terminated ASCII strings. The method searches forward for a null character and returns the size of the string including the null. If the search reaches the end of the layer without encountering a null then no error is given and the field is sized to the layer's end.

Parameters:

None




Example:

FIELD password (String) (StringOfASCII) "Password"