Function Blank() Foundation
Creates an empty value for data types A,C,D,L,M,N
Blank( <xValue> , ; // Type: ABCDLNM
[<lSpaces>] ; // Type: L Default: .F.
) --> xEmptyValue
Returns an empty value with the same data type like the first parameter.
<lSpaces>
This parameter is only relevant for data types C and M. If set .T. the function returns a string of blank spaces with the same length like the first parameter. By default it returns a null string ("") for these data types.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.