Example,
Code: Select all
put "tab1text" title=" into mySpecialvariable
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Code: Select all
put "tab1text" title=" into mySpecialvariable
Code: Select all
function q tString
return QUOTE & tString & QUOTE
end q
Code: Select all
function q2 tString
return "'" & tString & "'"
end q2