The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 795 - File: showthread.php PHP 7.4.33 (FreeBSD)
File Line Function
/showthread.php 795 errorHandler->error





Post Reply 
Old programs do not run
11-01-2024, 01:17 PM
Post: #1
Old programs do not run
After a long time, I wanted to start my few programs again. But none of them can still run. When I look at the program text and select "check", I only get the error message "Error: Syntaxerror". And that with every program. Then when I press ESC twice, I always get the message that there is a syntax error on line 6.
Here is my simplest test program:

EXPORT Testinput()
BEGIN
LOCAL name;

INPUT ({{name, [-1]}}, "Name", "Please type in a name");
PRINT("Hello " + name);
END;

Why am I getting a syntax error with this tiny program now?

Thank you for your help!

HP-15C, HP-15C LE, HP-15C CE, HP-16C, HP-35S, HP Prime G1, HP Prime G2
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Old programs do not run - BuSchu - 11-01-2024 01:17 PM
RE: Old programs do not run - Arno K - 11-01-2024, 04:17 PM
RE: Old programs do not run - BuSchu - 11-01-2024, 06:46 PM
RE: Old programs do not run - Dougggg - 11-01-2024, 08:12 PM
RE: Old programs do not run - BuSchu - 11-01-2024, 08:30 PM
RE: Old programs do not run - RPNerd - 11-02-2024, 08:25 AM
RE: Old programs do not run - BuSchu - 11-02-2024, 09:27 AM
RE: Old programs do not run - BuSchu - 11-01-2024, 08:57 PM
RE: Old programs do not run - BuSchu - 11-01-2024, 08:59 PM
RE: Old programs do not run - BuSchu - 11-01-2024, 10:12 PM



User(s) browsing this thread: 2 Guest(s)