| Table Of Contents | Index |

Example:In this example an array X is created, each line of marx.bat is read into an element of the array X, and the length of the longest element of the array is printed out.
var X ReadTextFile('MARX.BAT',X) Writeln LongestString (X)
| Category: | String | Array |
|---|

| Table Of Contents | Index |
|
