Copy text

From SMTX Wiki
Revision as of 16:12, 22 May 2017 by Smtxwiki (talk | contribs) (Created page with "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('#REPLA...")
(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#', '\\'))