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

Siehe auch: System/Other Functions

Referenz - Startseite