Simplicty and flexibility!


New Function in 8 - MemoStringTo() - Copy from start of memo up to search string. (Ver 8.0.0.191)

Started by DataEase
You will need to Sign In to be able to comment on the Blog!

New Function in 8 - MemoStringTo() - Copy from start of memo up to search string. (Ver 8.0.0.191)

We have soon come full circle with our new Memo and String manipulation functions but there is a few left on the list.

Today we have finalised MemoStringTo() which will be complemented by MemoStringFrom() and MemoStringBetween().

MemoStringTo() simply copy the content of a memo field from start up to the search string.

Ex. 1:

This field is called Comment in the table and lets say we have another memo called Comment2. 
MemoStringTo(Comment2,Comment,"/") would result in Comment2 being populated by everything we have written here up to the start ( in MemoStringTo(.

Ex. 2:

MemoStringTo(Comment2,Comment,"up to search string") would result in Comment to being populated with everything including start.

Simples...;-)


Written by DataEase 11/01/13 at 12:20:38 Dataease [{8}]FIVE
DG3_BlogList