Functions Index :: S :: StrQuote
Module:
Definition:
StrQuote(string x)
Description:
Returns its argument with one " character added at the begining and at the end.
Examples:
s = "this is a string"
q = StrQuote(s) # q == '"this is a string"'
Module:
Definition:
StrQuote(string x)
Description:
Returns its argument with one " character added at the begining and at the end.
Examples:
s = "this is a string"
q = StrQuote(s) # q == '"this is a string"'