Separate Command on New Line

General Macro Scheduler discussion

Moderators: Dorian (MJT support), JRL

Post Reply
winstein
Pro Scripter
Posts: 84
Joined: Mon Nov 26, 2012 3:44 pm

Separate Command on New Line

Post by winstein » Wed Aug 10, 2016 10:33 am

When I want to separate a string by the amount of lines it has, what is the best way to do it? Currently, Separate is based on delimiters to determine the separation, but as far as I know, it's based on the character, which means that it's difficult to properly use a new line character.

Thanks for reading.

(Sorry, wrong board. Posted another thread on the Beginners board)
PPQ

User avatar
Marcus Tettmar
Site Admin
Posts: 7378
Joined: Thu Sep 19, 2002 3:00 pm
Location: Dorset, UK
Contact:

Re: Separate Command on New Line

Post by Marcus Tettmar » Mon Aug 15, 2016 2:42 pm

There's no reason why you can't specify the new line character (LF) or carriage return line feed pair (CRLF). This is very common:

Separate>data,CRLF,lines
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar

Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?

Post Reply
Sign up to our newsletter for free automation tips, tricks & discounts