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

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 4:39PM
    memo1 contains
    [2 + 3]
    code in obp of band containing memos
    memo2.text := memo1.text;
    will display 5 in memo2
    ;)
  • edited 4:39PM
    it works. thanks alot gordk. ;)

Leave a Comment