Search found 8 matches
- Thu Mar 12, 2009 7:08 pm
- Forum: General Discussion
- Topic: GetTextInRect Inconsistencies
- Replies: 4
- Views: 5778
Gotcha
Brilliant. Will do. Thanks!
- Thu Mar 12, 2009 6:40 pm
- Forum: General Discussion
- Topic: GetTextInRect Inconsistencies
- Replies: 4
- Views: 5778
Version 11
Using version 11 as of this morning and I'm getting these results.
- Thu Mar 12, 2009 5:41 pm
- Forum: General Discussion
- Topic: GetTextInRect Inconsistencies
- Replies: 4
- Views: 5778
GetTextInRect Inconsistencies
Anyone else having inconsistent results with GetTextInRect? I've ran the function a few times on the exact same block of text and sometimes get a blank and sometimes get the text. Messing with the coordinates a bit makes the results -more- consistent but not totally consistent. If I run it 10 times ...
- Thu Mar 12, 2009 12:46 pm
- Forum: General Discussion
- Topic: Array From A ReadLn
- Replies: 33
- Views: 38826
MS 10
Are any of these commands exclusive to version 11? I have version 10
- Thu Mar 12, 2009 12:26 pm
- Forum: General Discussion
- Topic: Array From A ReadLn
- Replies: 33
- Views: 38826
Great Blog
Marcus, BTW, Great Blog. I feel famous now
- Thu Mar 12, 2009 12:17 pm
- Forum: General Discussion
- Topic: Array From A ReadLn
- Replies: 33
- Views: 38826
Thanks Everyone!
Wow! Thanks everyone! I'm glad to see everyone is so helpful on this forum. Those were a lot of great solutions. I'm going to brainstorm which is the best for this particular situation or might use a mixture of them but thank you it's been a big help and I know I can get there now.
- Wed Mar 11, 2009 7:24 pm
- Forum: General Discussion
- Topic: Array From A ReadLn
- Replies: 33
- Views: 38826
Figured it out
Ah, figured it out, needed to use separate. Another question though... If I'm using separate to go through and using a comma as a delimiter - I have a currency in one of the fields that has double quotes around it... so like red,green,blue,"555,000,000" How would I get it to treat the currency as on...
- Wed Mar 11, 2009 6:45 pm
- Forum: General Discussion
- Topic: Array From A ReadLn
- Replies: 33
- Views: 38826
Array From A ReadLn
Hi everyone, I love this program...
How do I create an array from a comma separated line in a file?
I'd like to run a ReadLn on say... line 2 of a file that would ready
Red,Green,Blue,Yellow
And I want to be able to say
let>variable= array[4]
Which would equal yellow. Anyone done this?
How do I create an array from a comma separated line in a file?
I'd like to run a ReadLn on say... line 2 of a file that would ready
Red,Green,Blue,Yellow
And I want to be able to say
let>variable= array[4]
Which would equal yellow. Anyone done this?