hi,
how is it possible to only keep a specific part of a csv line ?
ex: a,2,b,3,plrpld\n
i d like to display in a textbox only plrpld
thaks
hi,
how is it possible to only keep a specific part of a csv line ?
ex: a,2,b,3,plrpld\n
i d like to display in a textbox only plrpld
thaks
make it into a list, split the text at , and select the item of 4 from this list
thank you, I hadn’t thought about it, even though it’s dim, wanting to look too often to make it complicated ![]()
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.