TeleFlow Legacy

TeleFlow Legacy

From TeleFlow

Jump to: navigation, search

This page is a history of legacy-affecting changes that have been made to TeleFlow.

The most complete list of historical TeleFlow changes are in the TeleFlow_change_log.txt (the change log is packaged with all TeleFlow downloads). This page is strictly a stripped down listing of legacy-affecting changes only.

Contents

Changes from build 2009.8.26 to 2009.11.24

  • Load File Step: Fix bug where the fields "Variable to receive byte count" and "Variable to receive un-encoded binary length" were processed in reversed.
    • IMPORTANT NOTE: Legacy will be affected by this bug if an application was relying on the improper order of the processing of these fields.

Changes from build 2009.05.06 to 2009.6.26

  • Speak Text Step (TTS): Text-to-speech conversion performed at the step level and passed to the board level to play
    • IMPORTANT NOTE: TeleFlow build 2009.6.26 is backwards compatible with NeoSpeech VoiceText 3.0

Changes from build 2009.03.19 to 2009.04.08

  • Speak Text Step: Native support for NeoSpeech VoiceText 3.9
    • IMPORTANT NOTE: TeleFlow build 2009.4.8 does not work with NeoSpeech VoiceText 3.0. To rectify, run the command, "ttsRevert.cmd" in the same folder where TeleFlow is installed.

Changes from build 2007.1102 to 2007.1207

  • Run BASIC Script: Changed SUBSTR to 1-based string positioning, as per TeleFlow rules
    • IMPORTANT NOTE: Legacy will be affected by this change. Developers are advised to search for "SUBSTR" (not case sensitive) in applications and change the expected positioning to 1-based counting instead of 0-based offset.