Jump to content

Recommended Posts

Posted

Hello, I encounter a strange problem yesterday with _ArrayDisplay(), I fixed some bugs in my program and I tried to debug an array with _ArrayDisplay to check if it is working... Then all of a sudden I got this "Array variable has incorrect number of subscripts or subscript dimension range exceeded". It was almost mid night so I slept, the morning I removed the _ArrayDisplay and tried it again, the result? SUCCESS!!!

 

Should I report it?

Thanks in Advance, TD :)

EasyCodeIt - A cross-platform AutoIt implementation - Fund the development! (GitHub will double your donations for a limited time)

DcodingTheWeb Forum - Follow for updates and Join for discussion

Posted

We can't tell without having seen your code.
Most of the time the problem is in the users script!

My UDFs and Tutorials:

  Reveal hidden contents

 

Posted

You need to provide more information for us to help you.
At least provide

  • the line where you call _ArrayDisplay
  • the full output of SciTE from the output pane
  • the result of "ConsoleWrite(IsArray(yourvariable))" inserted before you call _ArrayDisplay

I'm nearly 100% sure that there is no bug in _ArrayDisplay.


 

My UDFs and Tutorials:

  Reveal hidden contents

 

  • Developers
Posted
  On 5/29/2015 at 1:34 PM, TheDcoder said:

@water I can't post my script. But I know that It has to do nothing with the script b/c I only removed the Line with _ArrayDisplay

TD :)

​No replication script = No Bug

Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Posted

Most of the time the coder causes the problem :) 

My UDFs and Tutorials:

  Reveal hidden contents

 

Posted

So many mistakes to make, so little time :)

My UDFs and Tutorials:

  Reveal hidden contents

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...