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
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
True, that's easier.
Hi Veer
Try also with SrLine(str string, int count)
Retrieves a single line from a string that spans multiple lines
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);
Mohamed Amine Mahmoudi
100
Super User 2025 Season 1
Community Member
48
shanawaz davood basha
6