Jump to content

Create and call modules


ovted
 Share

Recommended Posts

I am doing a project and we are only supposed to do pseudocode showing Modules, Case selections, If ands. etc. I know how to request, and input data, how to do loops, and create case selections but how do I create and call on modules? When I did a forum search it I couldn't find what I was looking for.

TL;DR: looking for how to create and call modules.

Link to comment
Share on other sites

Your lecturer is probably referring to Functions or Subroutines when referring to Modules.

Some languages might use "Call Module arg1, arg2" while in AutoIt you call a Function by just referencing it, such as "Module(arg,1 arg2).

Then again, the module may be contained in a DLL, but that is another whole can of worms.

 

 

Phil Seakins

Link to comment
Share on other sites

  • Moderators

More likely, as most all languages use the function naming convention, you are looking for UDFs - which are the closest AutoIt has to importable "modules". Either way, you can find information on both Functions and UDFs in the WIki.

"Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball

How to get your question answered on this forum!

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