Difference between revisions of "SET CURSOR"

From Recital Documentation Wiki
Jump to: navigation, search
 
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
=SET CURRENCY=
 
 
 
==Class==
 
Numeric Data
 
 
 
==Purpose==
 
Define the currency symbol associated with the CURRENCY() function
 
 
 
==Syntax==
 
SET CURRENCY TO <expC>
 
 
 
==See Also==
 
CURRENCY()
 
 
 
==Description==
 
The SET CURRENCY TO command allows you to define the currency symbol associated with the CURRENCY() function or the ’$’ picture symbol, as specified by the character expression <expC>.  This expression has a length of one character.  By default, CURRENCY is $.
 
 
NOTE: The SET LANGUAGE command may be required to obtain the ’£’ character.  See the SET LANGUAGE command for further details.
 
 
 
==Example==
 
<pre>
 
set currency to ’£’
 
? currency(5000.00)
 
£5000.00
 
 
 
</pre>==Products==
 
Recital Database Server, Recital Mirage Server, Recital Terminal Developer
 
 
 
=
 
SET CURSOR=
 
 
 
==Class==
 
Keyboard Events
 
 
 
 
==Purpose==
 
==Purpose==
 
Turn the cursor on or off
 
Turn the cursor on or off
Line 52: Line 8:
  
 
==See Also==
 
==See Also==
SET PROMPT
+
[[SET PROMPT]]
  
  
Line 60: Line 16:
  
 
==Example==
 
==Example==
<pre>
+
<code lang="recital">
set cursor on</pre>
+
set cursor on</code>
  
 
==Products==
 
==Products==
Recital Terminal Developer
+
Recital  
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Commands]]
 
[[Category:Commands]]
[[Category:Set_Commands]]
+
[[Category:Set_Commands|CURSOR]]
 +
[[Category:Keyboard Events]]
 +
[[Category:Keyboard Events Set Commands]]

Latest revision as of 15:31, 23 November 2009

Purpose

Turn the cursor on or off


Syntax

SET CURSOR ON | OFF | (<expL>)


See Also

SET PROMPT


Description

The SET CURSOR command turns the cursor on or off. By default, CURSOR is ON.


Example

set cursor on

Products

Recital