|
Software Downloads > Activex Controls > TextStream Lite
Stream: Represents a series of TextStream objects. It is used to connect individual TextStream objects together to form a stream of processes. It implements the input and output operations to the stream of processes and receives an error message if one of the processes fails while data is being processed. B64Rd: Decodes Base64 encoded data. B64Wr: Encodes data in Base64. Calculate: Calculates enclosed expressions in the data. Convert: Converts data between character sets. FileIns: Inserts a file before and after the data. FilterApp: Runs a filter application as part of the stream. A filter application is a program that reads its input from the standard input file, writes its output to the standard output file and writes error messages to the standard error file. Merge: Replaces enclosed file names in the data with the content of the files. RtfRd: Normalizes Rich Text Format (RTF) documents. SetEnv: Sets variables in the process environment. Split: Splits up multiple items separated by a separator string and sends each item down stream separately. StrIns: Inserts a string before and after data. StructRd: Formats structured data records into text. StructWr: Creates structured data records from text. Substitute: Substitutes strings in the data. Tap: Writes the data to the next object in the stream and a second object.
|