Category:Tidbits and Snippets: Difference between revisions
no edit summary
No edit summary |
|||
(3 intermediate revisions by one other user not shown) | |||
Line 6: | Line 6: | ||
Using '''special symbols / characters''' in | Using '''special symbols / characters''' in {{link|String formatting||String Formatting}}: | ||
---- | |||
To use the '''%''' symbol in strings: | |||
Display("The %% is the percent symbol."); | |||
---- | |||
To use '''quote marks''' in strings: | |||
Display("The \" is a quote mark."); | |||
---- | |||
To use '''line breaks''' in strings: | |||
Display("The [ is a line break."); | |||
---- | |||
To use the '''[''' symbol in strings: | |||
Display("The \[ is a left brace."); | |||
---- | ---- | ||
[[Category: | [[Category:Scripting]] |