Please how do i achieve this:
number: type decimal
recref: type recordref
fieldref: type fieldref
recref.open(27);
fieldref := recref.filedindex(3);
fieldref.setfilter(string);
number := number + fieldref.value;
It throws an error: cannot add decimal and joker
0
Comments
Take a look at F1 help as well.
The FORMAT / EVALUATE combo will work, but it will be costly and potentiality lossy.
Thanks for your reply.
I'm sorry. it's working fine. the error message was coming because i was doing