Search found 5 matches

by chowie
Tue Sep 26, 2006 12:57 am
Forum: Enhancement Suggestions
Topic: Debug Resume
Replies: 0
Views: 4803

Debug Resume

Debug Resume

When debugging and ** BREAKPOINT** is encountered. Be able to restart by clicking the Green (it's now greyed out) go button again. as well as increasing the the time for stepping instead of 1 sec being the minimum maybe 0.1 sec the minimum
by chowie
Tue Jun 27, 2006 7:49 am
Forum: Beginners
Topic: Multi Dimensional Array
Replies: 5
Views: 8070

No one has had any real success. I have had success with the graphic recognition part, but I'm mainly using x,y co-ordinates, which I don't like doing.
by chowie
Tue Jun 27, 2006 7:47 am
Forum: Beginners
Topic: Multi Dimensional Array
Replies: 5
Views: 8070

Yes. I even got one of the web developers to write a simple page. One of the other guys who was a developer until a few months ago has been heavilly involved.
by chowie
Thu Jun 22, 2006 7:42 am
Forum: Beginners
Topic: Multi Dimensional Array
Replies: 5
Views: 8070

Sorry I answered my own question the problem was the debug was dumping the array variable on completion of the run.
For others interested
Let>i=1
Repeat>i
let>j=1
Repeat>j
Let>mdar[%i%,%j%]= %j%
Let>j=j+1
Until>j=5
let>i=i+1
Until>i=10
The second part to my question still remains though.
by chowie
Thu Jun 22, 2006 7:31 am
Forum: Beginners
Topic: Multi Dimensional Array
Replies: 5
Views: 8070

Multi Dimensional Array

My apologies if this has already been asked. I have had a look through and can't find a similar question. Is it possible to create a Multi Dimensional Array. What I'm wanting to do is read data in from a spreadsheet and store it in a two dimensional array. I'm already using a single dimension array ...
Sign up to our newsletter for free automation tips, tricks & discounts