Post Reply 
Formatting output (Terminal)
04-30-2015, 05:46 AM
Post: #2
RE: Formatting output (Terminal)
Hello Michael,

I've tried to use CHAR instead of "\t", but it seems, that escape sequences are not supported yet.
Code:
EXPORT testtab()
BEGIN
 local var1:="test tab";
 local var2:=5;
 local tab:=char(9);
 PRINT("some text:"+tab+var1+tab+var2);
END;

Maybe HP could add this to the wish list. @Tim ?

The software in your prime is very old, you should do an update.
The actual software version is 2014 12 3 (6975).

Thomas
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Formatting output (Terminal) - Michael K-K - 04-30-2015, 03:56 AM
RE: Formatting output (Terminal) - Thomas_Sch - 04-30-2015 05:46 AM



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