Stickybomb Posted February 14, 2007 Share Posted February 14, 2007 here is the dilema i have a file that i am bring in text from, but i want to only bring in one line of text. How do I detect, or tell it to only work with one line. Exp. my file looks like this 1|0|1 2|1|0|0 3|0 4|0 5|1|1 6|0 7|0|1|1|0 8|1 9|1|0 i want to bring in the series after the number to work with, stoping at the end of the line. Quote Link to comment Share on other sites More sharing options...
fenway Posted February 14, 2007 Share Posted February 14, 2007 How are you loading this file? Quote Link to comment Share on other sites More sharing options...
Stickybomb Posted February 15, 2007 Author Share Posted February 15, 2007 basically all i need to know is how to detect a line break in data aquired from a form content box. Quote Link to comment Share on other sites More sharing options...
fenway Posted February 15, 2007 Share Posted February 15, 2007 Regular expression on \n\r? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.