KhushiRaina
Programmer
Hi ALL,
I need to execute more than one stmt in the if else loop
For Eg:-
numberVar cnt1;
stringVar emps;
if cnt1 < 3 then
emps:=emps + {EMPLOYEE.FIRSTNAME} + ",";
cnt1 := cnt1 + 1 ;
else
emps:=emps + {EMPLOYEE.FIRSTNAME} ;
With this formula i get error 'remaining text does not appear to be part of formula'
How to incorporate multiple stms in if-else loop.Pls any help is most welcome...looking forward for some solution..
Regds,
Khushi
I need to execute more than one stmt in the if else loop
For Eg:-
numberVar cnt1;
stringVar emps;
if cnt1 < 3 then
emps:=emps + {EMPLOYEE.FIRSTNAME} + ",";
cnt1 := cnt1 + 1 ;
else
emps:=emps + {EMPLOYEE.FIRSTNAME} ;
With this formula i get error 'remaining text does not appear to be part of formula'
How to incorporate multiple stms in if-else loop.Pls any help is most welcome...looking forward for some solution..
Regds,
Khushi