QUOTE/de
From MCS Wiki AVR
< QUOTE(Difference between revisions)
(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...") |
m (1 revision) |
Latest revision as of 21:15, 15 February 2013
Contents |
= (**COPIED FROM ENGLISH PAGE**) === 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 |
---|