Jump to content

Need help Noob and loops


Recommended Posts

I know why I am gettign the recursion error, just need a "demo" of how to fix the 1st loop and i can do the rest.

OR a good word to search for under the help.

Can you be a little more specific. The recursion error? The first loop? What do you want fixed? Please give a clear description of the problem.

Edited by martin
Serial port communications UDF Includes functions for binary transmission and reception.printing UDF Useful for graphs, forms, labels, reports etc.Add User Call Tips to SciTE for functions in UDFs not included with AutoIt and for your own scripts.Functions with parameters in OnEvent mode and for Hot Keys One function replaces GuiSetOnEvent, GuiCtrlSetOnEvent and HotKeySet.UDF IsConnected2 for notification of status of connected state of many urls or IPs, without slowing the script.
Link to comment
Share on other sites

  • Developers

You say you uinderstand .... but i would think when you understand why you get the recursion error you can fix it ...

:whistle:

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.
  :)

Link to comment
Share on other sites

I haven't gotten a recursion error myself, but I suspect that the problem is roidpop() is calling itself. That's fine in most languages, but you need to have a sure-fire way of getting it to stop calling itself which I didn't see (only glanced quickly.)

Look into while loops and for loops. They are your friends :whistle:

My Code:- _TocLib - UDF for TOC protocol (The simplified one used by 3rd party AIM/ICQ clients)

Link to comment
Share on other sites

  • Developers

BTW i love the NON help if you did understand then you could fix it. Why waste either of our time on that kind of post? WOuld not of asked for the help if I already knew the answer!

no problem ..... now you got rid of your frustrations start looking at the the way you "call" the functions.

Try to avoid having Func call Other Funcs which call Other Func and thus never finish.

There is no simple answer to your issue because its such a mess of func's and totally unclear to me what they are supposed to do...

Edited by JdeB

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.
  :)

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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