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 6:17PM
    memo1 contains
    [2 + 3]
    code in obp of band containing memos
    memo2.text := memo1.text;
    will display 5 in memo2
    ;)
  • edited 6:17PM
    it works. thanks alot gordk. ;)

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.