Mnemonics
'GOTO' or 'WG' 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$,