Hi
While CTr <= 10 do begin
If glentry.accountname = accountname[ctr] then begin
Accountvalue[ctr] += Glentry.amount;
Found:= 'TRUE';
End;
CTr := CTr + 1;
End;
I
*This post is locked for comments
Hi
While CTr <= 10 do begin
If glentry.accountname = accountname[ctr] then begin
Accountvalue[ctr] += Glentry.amount;
Found:= 'TRUE';
End;
CTr := CTr + 1;
End;
I
*This post is locked for comments
Hello,
already i suggested u, assign
Ctr := 1;
then u will get.
try with initiating from 1
ctr := 1
Hi
Yes Dimenson is 10 & i have initialed ctr := 0
Thanks
Hello jsshivalik,
Before While initialize CTr Like:
CTr := 1;
and also make sure accountname and Accountvalue variable's Dimensions is 10
Check the array definition and variable ctr value
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,269 Super User 2024 Season 2
Martin Dráb 230,198 Most Valuable Professional
nmaenpaa 101,156