TeleFlow Step 0517

TeleFlow Step 0517

From TeleFlow

(Difference between revisions)
Jump to: navigation, search
Current revision (19:00, 20 May 2008) (edit) (undo)
(Properties)
 
Line 30: Line 30:
* [[TeleFlow BasicScript SelectCase|SELECT CASE]]<br>
* [[TeleFlow BasicScript SelectCase|SELECT CASE]]<br>
* [[TeleFlow BasicScript SettingVariables|Setting TeleFlow variables in Basic Script]]<br>
* [[TeleFlow BasicScript SettingVariables|Setting TeleFlow variables in Basic Script]]<br>
-
* [[TeleFlow BasicScript StandardMath|Standard math operators:</b> + / - * =]]<br>
+
* [[TeleFlow BasicScript StandardMath|Standard math operators: + / - * =]]<br>
* [[TeleFlow BasicScript Substr|SUBSTR]]<br>
* [[TeleFlow BasicScript Substr|SUBSTR]]<br>
* [[TeleFlow BasicScript Trim|TRIM]]<br>
* [[TeleFlow BasicScript Trim|TRIM]]<br>
* [[TeleFlow BasicScript Uppercase|UPPERCASE]]<br>
* [[TeleFlow BasicScript Uppercase|UPPERCASE]]<br>
<br>
<br>
 +
===Action Steps===
===Action Steps===
None.<br>
None.<br>

Current revision

Image:iv_517.gif Run Basic Script
Runs a script written in TeleFlow's limited implementation of the BASIC programming language.

Considerations

We have included BasicScript in TeleFlow as a means to quickly build data structures, or easily manipulate variables. We have kept the capabilities well structured and light in order to ensure that conversion will always be a relatively simple process. For highly complex processing, we recommend sending requests to a processing engine (eg: Web HTTP & XML), and receiving a simplified result to act on. TeleFlow, although it is capable of much, is designed to be primarily a voice and media processing environment that can be modified by the majority of users, and not strictly a programmer's environment.

Properties

BASIC Script: The script to run. Each command or operation should go on its own line, but a script can have as many lines as needed to complete the task(s) it is intended to.

The following topics describe the various operations, commands, and functions you can perform and that are available to be used in the Run Basic Script step:


Action Steps

None.