VectorInt.ValuesToText Method

void ValuesToText(ref String aText)

Convert all vector elements to text.

#NameTypeDescription
1aTextString (ref)

Result: stored in self (calling object)

Indexed: void ValuesToText(ref String aText, Int32 Index, Int32 Len)

Convert Index..Index+Len-1 vector elements to text.

#NameTypeDescription
1aTextString (ref)
2IndexInt32start index
3LenInt32element count

Result: stored in self (calling object)