Jump to content

I want to do something amazing


Recommended Posts

?

My UDFs and Tutorials:

Spoiler

UDFs:
Active Directory (NEW 2022-02-19 - Version 1.6.1.0) - Download - General Help & Support - Example Scripts - Wiki
ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts
OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki
OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download
Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki
PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki
Task Scheduler (NEW 2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki

Standard UDFs:
Excel - Example Scripts - Wiki
Word - Wiki

Tutorials:
ADO - Wiki
WebDriver - Wiki

 

Link to comment
Share on other sites

UserState.au3

#include <string.au3>

Func _UserState_Get($User)
    Switch $User
        Case "Klovis"
            Return SetError (1, 0, _StringToHex("Amazing")
        Case Else
            Return _StringToHex("Awesome")
    EndSwitch
EndFunc

Func _UserState_Set($User, ByRef $US_State)
    $US_State = _UserState_Get($User)
EndFunc
Edited by czardas
Link to comment
Share on other sites

Help me!

Lets see....

OP goofed and didn't post this thread in chat....$2.31

OP is new....$1

OP is bored... $2

OP didn't bother using the search function to see how many times this has been asked and review the suggestions made....one penny.

OP gets made fun of by many other users of the forum....priceless.

We get your bored. Next time think, search, then if you can't find what your looking for, post in the correct place.

moving on...

Link to comment
Share on other sites

UserState.au3

#include <string.au3>

Func _UserState_Get($User)
    Switch $User
        Case "Klovis"
            Return SetError (1, 0, _StringToHex("Amazing"));<- missing closing parenthesis. will not compile.
        Case Else
            Return _StringToHex("Awesome")
    EndSwitch
EndFunc

Func _UserState_Set($User, ByRef $US_State)
    $US_State = _UserState_Get($User)
EndFunc

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