help me file?
Author |
Message |
lala-jen
|
Posted: 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? |
|
|
|
|
|
Sponsor Sponsor
|
|
|
Tony
|
Posted: Sat Nov 08, 2003 1:06 am Post subject: (No 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 |
Tony's programming blog. DWITE - a programming contest. |
|
|
|
|
|
|