Difference between revisions of "Spel Reference Guide"

From SDU
Jump to: navigation, search
m (Reference Sections)
m
Line 10: Line 10:
  
 
== Reference Sections ==
 
== Reference Sections ==
*[[Errors]]
+
{| width="100%"
**[[Troubleshooting Spell Code|Troubleshooting]]
+
|-
*[[Functions]]
+
! colspan=3|'''<font size="3">Functions</font>'''
**[[format]]
+
|-
**[[getenv]]
+
| width="34%" align="left" style="vertical-align:top;" |
**[[now]]
+
*[[format]]
**[[sindex]]
+
*[[getenv]]
**[[strlen]]
+
*[[now]]
**[[substr]]
+
| width="33%" align="left" style="vertical-align:top;" |
**[[workshift_abs2work]]
+
*[[sindex]]
**[[workshift_work2abs]]
+
*[[strlen]]
*[[Operators]]
+
*[[substr]]
**[[Arithmetic Operators]]
+
| width="33%" align="left" style="vertical-align:top;" |
**[[Comparison Operators]]
+
*[[workshift_abs2work]]
**[[Concatenation Operators]]
+
*[[workshift_work2abs]]
**[[Logical Operators]]
+
|-
*[[Statements]]
+
|}
**[[if]]
+
 
**[[for]]
+
 
**[[while]]
+
{| width="100%"
*[[Variables and Types]]
+
|-
 +
! colspan=3|'''<font size="3">Statements</font>'''
 +
|-
 +
| width="34%" align="left" style="vertical-align:top;" |
 +
*[[if]]
 +
| width="33%" align="left" style="vertical-align:top;" |
 +
*[[for]]
 +
| width="33%" align="left" style="vertical-align:top;" |
 +
*[[while]]
 +
|-
 +
|}
 +
 
 +
 
 +
{| width="100%"
 +
|-
 +
! colspan=3|'''<font size="3">Other</font>'''
 +
|-
 +
| width="34%" align="left" style="vertical-align:top;" |
 
*[[Data Type Conversion]]
 
*[[Data Type Conversion]]
*[[Triggering Reaction]]
+
*[[Operators]]
 +
| width="33%" align="left" style="vertical-align:top;" |
 
*[[Spel FAQ]]
 
*[[Spel FAQ]]
 +
*[[Triggering Reaction]]
 +
| width="33%" align="left" style="vertical-align:top;" |
 +
*[[Troubleshooting Spell Code|Troubleshooting]]
 +
*[[Variables and Types]]
 +
|-
 +
|}
 +
 +
  
 
== See Also ==
 
== See Also ==
 
[[WSSIWYG]] by Nero Le Velu
 
[[WSSIWYG]] by Nero Le Velu

Revision as of 15:49, 3 September 2008

To make corrections or additions to this article, select the edit tab above.
To discuss or ask questions about this article, select the discussion tab above.

Overview

Spel is CA proprietary code used to script Service Desk core operations. Spel coding is found a .spl and .maj files located in $NX_ROOT\bopcfg\majic and $NX_ROOT\site\mods\majic directories. Other examples can be found in the $NX_ROOT\samples directory.

Note: .spl files with a pcd proceeding the .spl are encrypted files, such as chgpcd.spl or itilpcd.spl.

Reference Sections

Functions


Statements


Other


See Also

WSSIWYG by Nero Le Velu