Simplicty and flexibility!


Function::Memo

MemoStringFrom
MemoStringFrom(TargetMemo,SearchMemo,"Search")
MemoStringFrom(TargetMemo,HTMLMemo,"
")
retval := MemoStringFrom(TargetMemo,AnyMemo,"Afterthis:") .

Will copy the remainder of a Memo from search into the Target memo but not inclusive of search.

Parameters


TargetMemo:Memo

Memo where the result of the search will be copied.

SearchMemo: Memo

Memo to search in.

Search: String

String to search for.

Returns/Result


Number: Length of text copied into TargetMemo. --Will be changed to first 255 characters of result memo.

Examples


Reference

See Also


MemoStringBetween 22 July 2014
MemoStringFrom 22 July 2014
MemoStringTo 22 July 2014

On the forum about MemoStringFrom

MemoWriteToFile(),MemoReadFromFile(),MemoStringFrom(), MemoStringBetween() sample

Download Sample Seeing is believing, so please find attached a sample that showcase what you are looking for. In this sample we...

Product: Dataease [{8}]FIVE. Written by DataEase 20/03/15 at 10:34:53

Re:MemoWriteToFile(),MemoReadFromFile(),MemoStringFrom(), MemoStringBetween() sample

Got some time to sit down to look at this example.  Can't say much more than wow! ... Simple small scripts doing some clever stuff here, ans showing how to use functions to do the type of thing I'm looking for.Also showing off other things...

Product: Dataease [{8}]FIVE. Written by Simon B 23/03/15 at 12:13:11

Re:Re:MemoWriteToFile(),MemoReadFromFile(),MemoStringFrom(), MemoStringBetween() sample

We are glad that you are getting a glimpse &nbsp;of the sunny side of the DE8 coin.It is the biggest challenge for DE8 that it is deceptively similar to previous versions of DFW, when in reality it is a completely different beast altogether.<b...

Product: Dataease [{8}]FIVE. Written by DataEase 25/03/15 at 14:21:47

On the blog about MemoStringFrom

New Function in 8 - MemoStringFrom() - Copy the tail end of a Memo to a Target Memo (Ver. 8.0.0.1203)

This is the second of a triumvirate of Memo functions that directly correspond to the String(ToFromBetween) functions.MemoStringTo() Copies the content of a memo from the beginning up to SEARCH into a target Memo, and MemoStringFrom() copies t...

Product: Dataease [{8}]FIVE. Written by DataEase 17/01/13 at 17:34:28

MemoWriteToFile(),MemoReadFromFile(),MemoStringFrom(), MemoStringBetween() sample

Download Sample Seeing is believing, so please find attached a sample that showcase what you are looking for. In this sample we...

Product: Dataease [{8}]FIVE. Written by DataEase 20/03/15 at 10:47:00


dg3_HelpView