Difference between revisions of "Spc"

From Wiki
Jump to: navigation, search
Line 1: Line 1:
 +
__NOTOC__
 
== #spc ==
 
== #spc ==
 
'''Constant System Variables'''
 
'''Constant System Variables'''
Line 7: Line 8:
  
 
=== Description ===
 
=== Description ===
→ ''Read Only''
+
<span title="Read Only" style="border-bottom:1px dotted">&rarr;</span>
 
+
 
A constant that represents ''space'' character.
 
A constant that represents ''space'' character.
  
Line 16: Line 16:
  
 
==== See Also ====
 
==== See Also ====
[[Smc]]
+
[[smc]]
[[Dot]]
+
[[dot]]
  
 
==== Example ====
 
==== Example ====

Revision as of 22:12, 6 August 2005

#spc

Constant System Variables


Syntax

#spc

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.

See Also

smc dot

Example

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

Documentation