TI Connect Manager X Scripting Interface Documentation

check name reference as [a list of] type class

TIco  :  TIcn

This script command informs TI Connect Manager X to check the name passed in the reference for validity when used on a particular device and as a specific data type.

The response dictates the action to take when using the given name on a particular class of device.


Examples of using this event are:

check name "GDB1" as {TI92Plus program, TI83Plus program}
 
 The result of executing the above returns an enumerated list of responses; as shown here:

{valid name, invalid name}

A third enumerated option is the "restricted name", normally reserved for equation names like "Y1" on the various devices. This indicates that while the name is valid on the device, it is restricted in its use. An example of this might be:

check name "Y1" as TI92Plus function

This operation will result in a "restricted name" response.


The response to this event is a (possible list of) enumerated value. Possible response values are given here.

BACK

18 March 2004 - slr