I have a large list of long urls to use as a List Variable
however using the format
var =
Welcome to ONEEXAMPLE.COM,
http://www.twoExample.com ......
creates a string length of over 1024 characters which is all notepad will handle,
Is there any other coding or formatting so my list can be crlf based
eg
var =http://www.oneExample.com
http://www.twoExample.com
....