22 lines
317 B
Plaintext
22 lines
317 B
Plaintext
|
#include "cg6800.h"
|
||
|
|
||
|
TOOLBAR "topbar" 0 0 0 2
|
||
|
|
||
|
#include <stdbar.h>
|
||
|
|
||
|
ENDPAGE
|
||
|
|
||
|
PAGE "" 0 2 0 0
|
||
|
|
||
|
NUMBER F_NUMREG 7
|
||
|
BEGIN
|
||
|
PROMPT 2 1 "Numero di registrazione "
|
||
|
HELP "Inserire il numero di registrazione che si vuole modificare"
|
||
|
FLAGS "RZ"
|
||
|
CHECKTYPE REQUIRED
|
||
|
END
|
||
|
|
||
|
ENDPAGE
|
||
|
|
||
|
ENDMASK
|