Hi,
when I run ReplaceChar([_CurrentField_], '<', 'is less than: '), it only saves the "i" character and not ''is less than: " word.
Based on the documentation, ReplaceChar can only replace one character. How can I replace one character with multiple characters?
It might be possible with regular expressions but I'm not familiar with that.
Thank you
Solved! Go to Solution.