Post Reply 
var1:="hello\n\tworld"
06-23-2021, 02:33 AM (This post was last modified: 06-23-2021 04:05 PM by compsystems.)
Post: #5
RE: var1:="hello\n\tworld"
History view cmds

var1:="hello\n\tworld" [enter] "hello □ world"
PRINT(var1) [enter] ok
var1 [up] [show] "hello □ world"

PHP Code:
EXPORT hellow()
BEGIN
print;
local var1;
var1 := "hello" "\n" "\t" "world";
print(
var1); // Terminal view Ok
return(var1); // return to history view fails
END
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
var1:="hello\n\tworld" - compsystems - 06-21-2021, 09:18 PM
RE: var1:="hello\n\tworld" - Liamtoh Resu - 06-22-2021, 02:32 AM
RE: var1:="hello\n\tworld" - toml_12953 - 06-22-2021, 10:26 AM
RE: var1:="hello\n\tworld" - Liamtoh Resu - 06-23-2021, 01:13 AM
RE: var1:="hello\n\tworld" - compsystems - 06-23-2021 02:33 AM



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