Hi
If found i want to exit from loop . Secondly i have taken found as Text. I want to take it as Boolean then how to check True or False condition
WHILE Ctr <= 10 DO BEGIN
IF GLEntry."G/L Account Name" = AccountName[Ctr] THEN BEGIN
AccountValue[Ctr] += GLEntry.Amount;
found := 'TRUE';
END;
Ctr := Ctr + 1;
END;
Thanks
*This post is locked for comments
I have the same question (0)