Difference between revisions of "Dot"

From Wiki
Jump to: navigation, search
(removed syntax section, moved example section)
Line 2: Line 2:
 
== #dot ==
 
== #dot ==
 
'''Constant System Variables'''
 
'''Constant System Variables'''
 
 
=== Syntax ===
 
#dot
 
 
 
=== Description ===
 
=== Description ===
 
<span title="Read Only" style="border-bottom:1px dotted">&rarr;</span>
 
<span title="Read Only" style="border-bottom:1px dotted">&rarr;</span>
Line 14: Line 9:
  
 
This is required because the dot character is used as an operator.
 
This is required because the dot character is used as an operator.
 +
==== Example ====
 +
<pre>display ok This is the proper way to use dot:$ 125 , #dot , 25</pre>
 
==== See Also ====
 
==== See Also ====
 
[[smc]]
 
[[smc]]
 
[[spc]]
 
[[spc]]
 
==== Example ====
 
<pre>display ok This is the proper way to use dot:$ 125 , #dot , 25</pre>
 
  
 
[[Documentation]]
 
[[Documentation]]

Revision as of 09:43, 7 August 2005

#dot

Constant System Variables

Description

A constant that represents a dot character.

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

This is required because the dot character is used as an operator.

Example

display ok This is the proper way to use dot:$ 125 , #dot , 25

See Also

smc spc

Documentation