How do I add a Tpoint onto the back of a TParray?
Thanks :s
How do I add a Tpoint onto the back of a TParray?
Thanks :s
I have a tpoiintArray with a bunch of items in it, let's call it, OriginalArray.
and I have certain parts of it that I wasn to group together into a new array, called, ArrayOfUsefulStuff. now the problem is I don't know how to take a single tpoint from original array (originalArray[integer]) and add it into the new array, the ArrayOfUseFulStuff.
comprende?
Simba Code:Setlength(ArrayOfUseFulStuff, Length(ArrayOfUseFulStuff) + 1);
ArrayOfUseFulStuff[High(ArrayOfUseFulStuff)]:= originalArray[Index];
Ohhhhh.... That makes sense. Create the space, then set that space equal to the index of the other one.
thankee sir.
There are currently 1 users browsing this thread. (0 members and 1 guests)