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 
Prime OS Error?
07-15-2024, 02:43 PM
Post: #1
Prime OS Error?
I don't know if this was caused by updating to the beta version of the OS or not but it used to work:

I have a small routine (below) that I used to call from other programs and it worked fine. Now, however, I get a syntax error when I try to call it.

Code:
EXPORT TAB()
BEGIN
  LOCAL I,T;
  T:="";
  FOR I:=1 TO X DO
    T:=T+" ";
  END;
  RETURN T;
END;

Called by:

Code:
PRINT(TAB(14));

Tom L
Cui bono?
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Prime OS Error? - toml_12953 - 07-15-2024 02:43 PM
RE: Prime OS Error? - rprosperi - 07-15-2024, 03:17 PM
RE: Prime OS Error? - toml_12953 - 07-15-2024, 03:36 PM



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