TeleFlow Step 0517

TeleFlow Step 0517

From TeleFlow

Jump to: navigation, search

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.