Jump to content

Newbie Loop


SenseEye
 Share

Recommended Posts

Hello All, 

I'm not sure why this is happening but I seem to be in a loop (without a loop)... and nothing is being written to the config file....

 

I simply want to write out from menu bar (config/software) (using a message box what software I am using).. Code Below PLEASE HELP

Main Script: main.au3

 

#include <SoftwareConfig.au3>

blah blah 

        Case $WordVersionWrite
            Call ("SoftwareLocationWord")

blah blah 

 

Imported Function: SoftwareConfig.au3

Func SoftwareLocationWord()
    Global $WordVersionWrite = InputBox("Word Title", "Please Enter the name displayed in the title menu when Word is opened, i.e. Word (Note:This can be a partial name such as just MS")
    _FileWriteToLine(@WorkingDir & "\" & "Config", 1, $WordVersionWrite, 1)
EndFunc

 

Thanks in advance I'm new to AutoIT

Link to comment
Share on other sites

That's not how it works.

That's all just rubbish.

Show some proper code, and take some time to explain yourself properly.

You'll get blah blah nonsense replies from blah blah nonsense questions.

AutoIt Absolute Beginners    Require a serial    Pause Script    Video Tutorials by Morthawt   ipify 

Monkey's are, like, natures humans.

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