Copy text: Difference between revisions

From SMTX Wiki
Jump to navigation Jump to search
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..."
 
m 1 revision imported
 
(No difference)

Latest revision as of 21:44, 25 May 2020

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#', '\\'))