MSIR.0558 SirFact global error: GTBL full: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with "An unset SirFact global reference (one that begins <tt>?&/</tt>) was made but there was insufficient space in GTBL to temporarily hold a single count byte and an asterisk. This m...")
 
m (1 revision)
(No difference)

Revision as of 16:41, 9 November 2010

An unset SirFact global reference (one that begins ?&/) was made but there was insufficient space in GTBL to temporarily hold a single count byte and an asterisk. This means that GTBL was either completely full or there was only one free byte left The dummy string substitution cannot be performed in this case. Increase the size of GTBL: a very slight increase should be sufficient though if the application will use globals it will probably run out of space later unless the increase in size is more significant.