lets say i am getting the size of my object in a functions call, 

Int8 i = 0;

i = getSizeOfObject(myObject);

and now i want to make an array of that size, however declaring new arrays
in the middle of the code is a syntax error. what is the best way to do
this.  I don't know if if database is the right thing to implement for this
application.  The choice is either a static predefined array or somehow
resizing the array to the size of the object.   what do you guys think?

boaz

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to