ProvideX V8.20 > Language Reference > 5. Mnemonics
610
'GF' Mnemonic
           Default Font for Window Objects
GUI Display
Description
Use 'GF' to declare the current font in use as the default graphic font for all objects to
be created in the window.
'GOTO' or 'WG' Mnemonic
      Make Window Current
GUI Display or Character Display
Format
Long or short form: 'GOTO' or 'WG'
'GOTO'(wdw_id)
Where:
wdw_id
Window's unique ID number (0 - 255).
Description
Use either 'GOTO' or 'WG' in the format to make the identified window the current
window and move it the top of the window stack. If this window does not exist or is
the only window, ProvideX returns an Error #57: No such window defined.
Example
30400 LET WW_ADD=HWN(0)
30410 PRINT %W_MSG$,'WINDOW'(20,8,40,8,WW_ADD,"Deleting Sku"
30410:),'CS','SB',
30420 LET DEL_SKU$=FROM_SKU$,SAVE_KEY$=COMP$+FORM$
30430 !
30440 LET ADD_SKU$=TO_SKU$
30460 GOSUB DELETE_ITEM
30470 READ (E855FENT_H,KEY=SAVE_KEY$)IOL=0310
30480 PRINT 'WG'(W_ADD),'WD'(WW_ADD),%NORM_SCR$,
'GREEN' & '_GREEN' Mnemonics
  Colour Text
GUI Display/Printer or Character Display
Format
Foreground: 'GREEN'
Background: '_GREEN'
Description
All input or output following this mnemonic will be in green foreground or
background.
Example
INPUT '_GREEN','WHITE',"Please enter your name: ",Name$,