Hi,
I want to assing the values of an object to an array.
ex: object is of type samp table with columns col,col2,col3.
array is also of type samp table.
So array[i] := object;
Does this work.
Hi,
I want to assing the values of an object to an array.
ex: object is of type samp table with columns col,col2,col3.
array is also of type samp table.
So array[i] := object;
Does this work.