Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SPLIT string AT delimiter INTO .. performace

Former Member
0 Likes
359

Hi,

Is there any alternative of SPLIT string AT delimiter INTO .. statement?? How is the performance of this statement??

Regards,

Kit

2 REPLIES 2
Read only

ThomasZloch
Active Contributor
0 Likes
321

alternative is very tedious do-it-yourself coding, and I doubt that it would be more performant than this cool statement.

Cheers

Thomas

Read only

former_member191735
Active Contributor
0 Likes
321

Split command is better than any other coding to do that. if you need to split at then better use split.