334 Appendix A Command Reference
Class Format memory management
Description Returns number format names from the list of all the formats stored in format memory
beginning at index. The formats are kept in alphanumeric order. The generator maintains
internal variables for the current index and number values. The value of index is
automatically incremented by number after the query is executed. Sending the query with
just an index parameter returns the same number of names as the last time, starting at the
given index. Sending the query with no parameters, returns the next set of names.
Query syntax FMTQ? [index [number]]
index
positive integer number
number
positive integer number
Query response List of specified format names
Example
FMTQ? 1 9999 // List all formats in memory
or
FMTQ? 1 10 // List the first ten formats in memory
FMTQ? 21 // List the 21st through the 30th FMTes in memory
FMTQ? // List the 31st through the 40th FMTes in memory