Simplicty and flexibility!


Function::Memo

MemoSetGlobal()
MemoSetGlobal("MyVariableName",Memo)
MemoSetGlobal("MyLog",LogMemo)


To copy the content of a local memo field into a global named variable where it can be retrieved later with MemoGetGlobal()
Memos can't be queried the normal way due the the size, so all manipulation and moving around have to be done via Memo Objects.

MemoSetGlobal() will set the content of a local Memo into a Global Memory variable (named) and MemoGetGloba() will retrieve it and insert it into a local Memo fields object.

Parameters


GlobalVariableName: Text

The name of the global variable.

 SourceMemo:Memo

The memo from where we will copy the content and store in the global variable

Returns/Result


Nothing.

Examples


Reference

See Also


On the forum about MemoSetGlobal()

On the blog about MemoSetGlobal()

New Functions in 8 - MemoSetGlobal()+MemoGetGlobal() - Global array of memo values (8.0.0.1287)

We have now reached 19 Memo specific functions...puh!Memo has come to it's own in 8 and it is a little funny as they were so reviled in 7.Anyways...We and our 8 users have now used the different memo functions fo...

Product: Dataease [{8}]FIVE. Written by DataEase 08/05/13 at 13:56:09


dg3_HelpView