In the following variable length dialog
int XXX;
int YYY;
XXX = dlgDialog ("Menu"{
for (YYY = 1; YYY < 5; YYY++)
{
dlgCell .... dlgAccept(YYY);
}
YYY contains always 5.
It seams that dlgAccept "accepts" only constants value such as 1, 2, 3 ....not a variable, or I'm wrong?
EAGLE HELP:
void dlgAccept([ int Result ]);
amelia