TMaxReadTaskInfo

TMaxReadTaskInfo (2D Array)
Reads the task information table into a 2-dimensional array where the
first field is the task name and the second field is the TaskId number.
The TaskID number is used by all TMax commands that act on a single task
(TMaxDelete, TMaxSwitchTasks... ).
Example:
var Tasks
TMaxReadTaskInfo(Tasks)
Loop Tasks
Writeln LoopVal[1] ' ' LoopVal[2]
EndLoop

