Posted by Carl Haaser on April 28, 2011 at 13:05:22: Uploaded files: 3
In Reply to: New Reporter question posted by Grant Foraker on April 28, 2011 at 12:26:32:
I use the #CPROMPT quite a bit. Here is a routine for updating an ingot selection and attached is the Include files:
GOSUB SingleIngotCheck ! CHECK FOR SINGLE INGOT
start.part$ = PARTITION$
prompt.name$ = "%PRINTER%"
size = 3
prompt.desc$ = ""
prompt.function$ = ""
return.partition$ = PARTITION$
return.option$ = ' 1'
response$ = STDPTR$
PKEY$ = PARTITION$+'%PRINTER%'
WRITE (PRMPT,CPROMPT) KEY=PKEY$,EXCP=9800
prompt.name$ = "%INGOT%"
size = 10
return.option$ = ' 2'
response$ = IINGOT$
PKEY$ = PARTITION$+'%INGOT%'
WRITE (PRMPT,CPROMPT) KEY=PKEY$,EXCP=9800
Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.