UserInterface.FormatString Property

Top 

Description

This property has been Deprecated. See the 'Custom User Interfaces' guide in the help file for more information on setting up a UserInterface Object.

 

The FormatString parameter allows the user to define how the default entry value is formatted on the input dialog. The FormatString can take one of two forms. The simplest form is to specify the total field width and decimal precision inside of triangle brackets ( ie. <width, precision> ). The other method is to provide a format specifier. The format specifiers are standard C/C++ specifiers for use with the sprintf function.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

 

Attributes

Type:

Array of string

Access:

read/write

 

Syntax

myString1 = myUserInterface1.FormatString[0];

 

myUserInterface1.FormatString[0] = myString1;

 

See also

UserInterface Object

Custom User Interface Guide