Hi,
I have a requirement to create expense journal through code before that I need to validate the given field values.
Here, I have some difficulty on validating "offset Account" string combination value - "MainAccount - **** - **** - **** - *****-"
Can someone guide me on this to validate "offset account" string through code.
Thanks and Regards,
Rubalingam.S
Hi Rubalingam,
You can try strSplit("MainAccount - **** - **** - **** - *****-","-") to splits the specified input string into substrings.
Please check the describes about the string run-time functions in MS document:
André Arnaud de Cal...
291,965
Super User 2025 Season 1
Martin Dráb
230,817
Most Valuable Professional
nmaenpaa
101,156