Search found 2 matches

by dthvwhvw
16 Oct 2021 01:15
Forum: DOS Batch Forum
Topic: String split question
Replies: 2
Views: 4375

Re: String split question

It's like magic...

I'll need some time to understand what you did but this works.

Thanks!
by dthvwhvw
15 Oct 2021 12:28
Forum: DOS Batch Forum
Topic: String split question
Replies: 2
Views: 4375

String split question

Hi,
I just want to split a string like:

"1.no data 2.digital input 3.digital output"

into:

1.no data
2.digital input
3.digital output

I spent many hours using the 'for' command trying to do so but failed.

Hope you guys can help me out.