Printing a number of alpha spaces¶
asp() |
Print a number of alpha spaces |
SYNTAX
asp(integer)
Print the specified number of alpha spaces (i.e. ” “). This function is useful for fine positioning, since an alpha space is smaller than a numeric space. Numeric spaces are printed by the nsp() function.
The integer may be any expression which evaluates to an integer value.
This function is meaningless outside a print[h] command.
EXAMPLE
print Field2; asp(6); Field3
RELATED TOPICS |