how to get value from memo
dear all, do u know how to get the value from memo?, let say, i have memo1 with an expression [2+3] then if i write memo1.memo.text then i got [2+3] as text, not the value after calculate e.g 5. i suppose got 5 not [2+3]. do u know how to do that?
tia,
ryan
tia,
ryan
Comments
[2 + 3]
code in obp of band containing memos
memo2.text := memo1.text;
will display 5 in memo2