CHPREFIX.XTS  ·  XTS  ·  423 B  ·  1987-12-07  ·  from Amstrad_MC2400_Softklone-Mirror-II_v3.6.12_1987_Disk-1
FK C1 ""
LABEL ASKNU
ASK @C1 What is the STD code & number you wish to contact ? 
LABEL ASKEXT
ASK Are you connected to a switchboard extension (Y/N) ? 
IF -YN JUMP ASKEXT
IF N FK C4 "" : NU @C1 : JUMP CHECK
ASK @C4 What number (eg 9) do you dial to obtain an outside line ? 
NU @C4,@C1
LABEL CHECK
ASK About to dial @C4 @C1 ; Does this look OK (Y/N) ? 
IF -YN JUMP CHECK
IF N JUMP ASKNU
GO
DO CALLHOME