CoreClasses Xojo Plugin

VariantArray.Map Method (console safe)

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

Map(
   mapRoutine as MapVariantArrayDelegate) as VariantArray

Parameters

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

Returns

VariantArray
New array with the newly mapped values.

Remarks

See Also

VariantArray Class