Difference between revisions of "Spc"

From Wiki
Jump to: navigation, search
 
m (Description)
Line 9: Line 9:
 
→ ''Read Only''
 
→ ''Read Only''
  
A constant that represents ''space'' character.
+
A constant that represents ''space'' character.
  
 
The constant <tt>#spc</tt> is used to assign or compare a variable or an expression with the ''space'' character.
 
The constant <tt>#spc</tt> is used to assign or compare a variable or an expression with the ''space'' character.

Revision as of 17:54, 6 August 2005

#spc

Constant System Variables


Syntax

#spc

Description

Read Only

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 , $

Constant System Variables