Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
address ISREDIT
macro(string)
"F" string
if rc > 0 then exit /* not found */
"LINE_AFTER .zcsr = (line3)"
"LINE_AFTER .zcsr = (line2)"
"LINE_AFTER .zcsr = (line1)"
"SAVE"
"END"
exit
address ISPEXEC "VGET STRING"
string = "Frank"
address ISPEXEC "VPUT STRING"
line1 = "This is the first line to be inserted after 'Frank' "
line2 = "This is the 2nd line"
line3 = "This is the 3rd line"