Forum Discussion
QuickBaseCoachD
7 years agoQrew Captain
Joey,
Nice to hear from you.
Not tested but try this.
var text RawText = [my text field];
var text InsertPipe = SearchAndReplace($RawText, "The information contained in this message is privileged","|");
NotRight($InsertPipe,"|")
Nice to hear from you.
Not tested but try this.
var text RawText = [my text field];
var text InsertPipe = SearchAndReplace($RawText, "The information contained in this message is privileged","|");
NotRight($InsertPipe,"|")
- ZintJoseph7 years agoQrew CaptainYou rock Mark...that did it.
- AlexCertificati7 years agoQrew CadetAlways fun to see use cases in the wild for tools that were only recently implemented. Sweet.