CoreClasses Xojo Plugin

StringArray.Map Method

Maps the StringArray to a new array doing translation for each element of the array in a delegate method that is passed in.

Map(
   mapRoutine as MapStringArrayDelegate) as StringArray

Parameters

mapRoutine
The method that will handle mapping each element of the array.

Returns

StringArray
New array with the newly mapped values.

Remarks

See Also

StringArray Class