Topic complex |
Ramtext functions |
Function |
ramtext_part() |
Short |
Extracts a string from a ramtext |
Syntax |
ramtext_part(ramtext : STRING; startpos,count : INTEGER) : STRING |
Parameter |
ramtext : name of ramtext in the Form "ramtext:..."
startpos : position of the first char of the string that is to extract
count : length of the string that is to extract |
Return |
extracted string |
See also: |
|
Description |
With this function you can extract strings from a ramtext. count chars from startpos are returned.
Is startpos=0 or points startpos over the end off file, a empty string is returned. Count can has a value between 0 and 255.
|