Notifications
Announcements
No record found.
Hi,
In my form having the multi line field user enter multiple line data but I want to get data from the first line alone.
is there any possibility to get?
Regards
veer
*This post is locked for comments
So you have a string field and you want to get a substring from the beginning the first line break. Correct? It should be now relatively clear how to implement it:
#File int pos = strFind(value, #DelimiterCRLF, 1, strLen(value)); value = subStr(value, 1, pos - 1);
Hi Veer
Try also with SrLine(str string, int count)
Retrieves a single line from a string that spans multiple lines
msdn.microsoft.com/.../aa577258.aspx
True, that's easier.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Martin Dráb 4 Most Valuable Professional
Priya_K 4
MyDynamicsNAV 2