tokenname(
VALUE1
)

The tokenname( function returns the name of a field or variable (instead of the value contained in the field or variables).


Parameters

This function has one parameter:

value1 – The name of the field or variable (may be quoted).


Description

This function returns the name of a field or variable (instead of the value contained in the field or variables). It is used by ProVUE in certain custom functions, for example lineitemarray(.

tokenname(Address) ☞ Address
tokenname("City") ☞ City
tokenname(«P/E Ratio») ☞ P/E Ratio

History

VersionStatusNotes
10.0NewNew in this version.