CoreClasses Xojo Plugin

StringArray.Walk Method (console safe)

Calls the given delegate routine for each element in the array.

Walk(
   walkRoutine as WalkStringArrayDelegate)

Parameters

walkRoutine
The method that will be called for each element of the array.

Remarks

See Also

StringArray Class