Jump to content

Recommended Posts

Posted

?

My UDFs and Tutorials:

  Reveal hidden contents

 

Posted

Wel yeah, but I couldn't find a question in your title, or post either.

Mind telling us what it is you want to do other than "something amazing" and what problem you are running into?

Posted (edited)

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
Posted

  On 7/1/2011 at 7:21 AM, 'Klovis said:

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

Posted

  On 7/1/2011 at 9:07 AM, 'czardas said:

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

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
  • Recently Browsing   0 members

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