I need to use the objects (20 Edit objects) variable in a FOR statement, like:
{
FILE *stream;
char data[8];
{
for(int i=1; i<20; i++)
{
fgets(data, 9, stream);
Edit[i] -> Text= data;
}
The first object name is Edit1 and the next Edit2 etc. thats why I used something like...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.