View Single Post
  #1 (permalink)  
Old 06-16-2009, 06:19 PM
ColinJD ColinJD is offline
Member
 
Join Date: May 2009
Posts: 38
Default Text Variable problem

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
....
Reply With Quote