Function::Memo

MemoGetGlobal()
MemoGetGlobal("GlobalMemoVariableName",MemoToSetItIn)
MemoGetGlobal("MyStoredMemo",MyMemo)

Return the Memo value set with MemoSetGlobal() and set it into a local Memo Object.

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

VariableName: Text

Name used by SetGlobal to store the content in memory

MemoName

Column Name of Memo Column we want the value inserted into. PRISM column not GUI object.

Returns/Result

Nothing. -- Result will