Computer Science Canada

help me file?

Author:  lala-jen [ Sat Nov 08, 2003 12:08 am ]
Post subject:  help me file?

for example. if the program says "put a number between 1-10" , and the person puts 11... I would need to respond with "ERROR".

How would I be able to say "ERROR. press f to read help me file"

how would I be able to add the help me file in the program?

Author:  Tony [ Sat Nov 08, 2003 1:06 am ]
Post subject: 

if condition then
put "error"

?

so

if num>10 then
put "error, blah blah"
end if

as for helpfile... it can be any file... .txt .html, w/e. You can open it with Sys.Exec


: