432 Appendix A Command Reference
Class Bitmap memory management
Description Returns bitmap names from the list of all the bitmaps stored in bitmap memory beginning
at index. The bitmaps 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 MAPQ? index number
index
positive integer number
number
positive integer number
Query response List of specified bitmap names.
Example
MAPQ? 1 9999 // List all bitmaps in memory
or
MAPQ? 1 10 // List the first ten bitmaps in memory
MAPQ? 21 // List the 21st through the 30th MAPes in memory
MAPQ? // List the 31st through the 40th MAPes in memory