USER (<expr>)


Returns information from the User Data page in the 9k. The type of data can be specified by some symbolic names, or by field number.

PRINT USER(“NAME”)

FOR T=0 TO 10

PRINT USER(T)

NEXT

 

See Also: System/Other Functions


Language Reference  Table Of Contents