Difference between revisions of "Spc"

From Wiki
Jump to: navigation, search
m (change read only to template)
(See Also: Fixed links & put them in a table)
Line 15: Line 15:
 
</pre>
 
</pre>
 
==== See Also ====
 
==== See Also ====
[[smc]]
+
{|
[[dot]]
+
| align=center Width=200px | [[Var_smc|&#0035;smc]] || align=center Width=200px | [[Var_dot|&#0035;dot]]
 +
|}
 
----
 
----
 
[[Documentation]]
 
[[Documentation]]

Revision as of 16:54, 8 August 2005

#spc

Constant System Variables

Description

A constant that represents space character.

The constant #spc is used to assign or compare a variable or an expression with the space character.

This is required to be used in variables that contain strings which have embedded spaces. EasyUO uses whitespace (spaces, tabs, newlines) as delimiters, therefore you cannot include spaces in strings with the set command.

Example

set %testMessage hello , #spc , world
msg %testMessage , $

See Also

#smc #dot

Documentation