QUOTE
From MCS Wiki AVR
(Difference between revisions)
Admin (Talk | contribs)
(Created page with "= <span class="f_Header">Action</span> = The Quote function will return a string surrounded by quotes. <span style="font-family: Arial;"> </span> <span style="font-fam...")
(Created page with "= <span class="f_Header">Action</span> = The Quote function will return a string surrounded by quotes. <span style="font-family: Arial;"> </span> <span style="font-fam...")
Latest revision as of 23:35, 11 February 2013
Contents |
Action
The Quote function will return a string surrounded by quotes.
Syntax
var = QUOTE( Source )
Remarks
Var |
A string variable that is assigned with the quoted string of variable source. |
Source |
The string or string constant to be quoted. |
The Quote() function can be used in HTML web server pages.
See also
NONE
Example
Dim S as String * 20 S = "test" S = Quote(s) Print S ' would print "test" End
Languages | English • Deutsch |
---|