Copy text

From SMTX Wiki
Revision as of 21:44, 25 May 2020 by Smtxwiki (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

case:

From this sample text 'test\azerty', I only need the part before the '\'. do a calculation like this:

SUBSTRING('#REPLACE-FORMFIELD-FORMFIELDHERE#', 0, INDEXOF('#REPLACE-FORMFIELD-FORMFIELDHERE#', '\\'))