Post Reply 
STRING Help?
05-13-2023, 05:24 PM (This post was last modified: 05-13-2023 05:28 PM by toml_12953.)
Post: #1
STRING Help?
I'm trying to use the STRING function to print a monospaced string. I've read the manual over and over. It could really use more examples! When I try the following, I get Invalid input but I can't see what's wrong. I don't want anything fancy, I just want to print using the current parameters except in a monospaced font. Can someone point me in the right direction?

Code:
EXPORT Monospace(X)
BEGIN
  PRINT(STRING(X,0,-1,-1,{50,10,0,0,1}));
END;

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


Messages In This Thread
STRING Help? - toml_12953 - 05-13-2023 05:24 PM
RE: STRING Help? - roadrunner - 05-13-2023, 05:46 PM
RE: STRING Help? - toml_12953 - 05-13-2023, 06:00 PM
RE: STRING Help? - Didier Lachieze - 05-13-2023, 06:12 PM
RE: STRING Help? - toml_12953 - 05-14-2023, 11:04 AM
RE: STRING Help? - Tim Wessman - 05-14-2023, 12:34 PM
RE: STRING Help? - toml_12953 - 05-14-2023, 06:23 PM



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