Search found 3 matches
- Tue Dec 08, 2015 12:19 am
- Forum: Technical / Scripting
- Topic: Break points and watch lists
- Replies: 1
- Views: 2438
Break points and watch lists
Simple question I hope someone out there has this already posted but could not find it. Looking for a video tut explaining how to use the breakpoints and watch list data using this Application. I'm use to Visual Studio when I set break points I can just hover over the variable etc. and see the data ...
- Tue Dec 08, 2015 12:16 am
- Forum: Technical / Scripting
- Topic: Add Each line to An Array
- Replies: 2
- Views: 2920
Re: Add Each line to An Array
Thanks for the reply I think I get it now. Read line will read the line and then CRLF tells it to go to the next line. So I just place this in a loop and it will add each line to my array. Great!!!
- Sun Dec 06, 2015 6:08 pm
- Forum: Technical / Scripting
- Topic: Add Each line to An Array
- Replies: 2
- Views: 2920
Add Each line to An Array
I'm new to this tool so please pardon my "newb" question or questions. When I first started working on this task I thought it might be best to simply open up the document in notepad and use windows keyboard commands to do this but the task requested I do it differently. Anyway, I searched the forums...