Hi I am running this code but I am getting error how to rectify this error
[% FOREACH st = university %] [%+ st.name +%] [%+ st.location +%] [% FOREACH section = st.branch.electronics.section %] [% IF st.branch.electronics.section >1 %] branch student: [%+ section.name +%] [%+ section.number +%] [% FOREACH sem = section.sem %] [%+ sem.semister +%] [%+ sem.subjects +%] [%+ sem.rank +%] [% END %] [% ELSE %] [%+ section.name +%][%+ section.number +%] [%+ section.sem.semister +%][%+ section.sem.subjects +%] [%+ section.sem.rank +%] [% END %] [% END %] [% END %]
I am getting error like " argument"" isn't numeric in numeric gt(>)at input file handle line 44" this error at IF condition.how to eliminate this.
In reply to argument """ isn't numeric in numeric gt(>), error by veerubiji
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |