function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
MigMig 

Error : Index or size is negative or greater than the allowed amount" code: "1

Hello,

I've got a problem.
I'm doing an S-Control with some queries. And I'm getting this error : Index or size is negative or greater than the allowed amount" code: "1 ( With Firebug)

I think it's a query in the Account table.
Is there a maximum queries per day we can use ? My API calls does not attempt the maximum.

Someone an idea on this please ?
jrotensteinjrotenstein
Sounds more like an error in a FOR loop in your code.

Could you please post your S-Control code?
MigMig
Hi,

Found the error ( after one hour  ... ) Thank you for your quick answer, and you are right. It is a loop error. ( a If confition in a function call ... )

Tkx