water Posted July 1, 2011 Posted July 1, 2011 ? My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.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 (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
Tvern Posted July 1, 2011 Posted July 1, 2011 #include "UserState.au3" $US_State = _UserState_Get(@UserName) _UserState_Set(@UserName, BitOR($US_State, $US_Amazing)) While BitAND(_UserState_Get(@UserName), $US_Amazing) ;Do something here while you're amazing. WEnd
Tvern Posted July 1, 2011 Posted July 1, 2011 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?
czardas Posted July 1, 2011 Posted July 1, 2011 (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 July 1, 2011 by czardas operator64 ArrayWorkshop
JohnOne Posted July 1, 2011 Posted July 1, 2011 Jump over the moon. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
sleepydvdr Posted July 1, 2011 Posted July 1, 2011 The original poster wants us to do something amazing: become psychics. #include <ByteMe.au3>
Bert Posted July 1, 2011 Posted July 1, 2011 Help me!Lets see....OP goofed and didn't post this thread in chat....$2.31OP is new....$1OP is bored... $2OP 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... The Vollatran project My blog: http://www.vollysinterestingshit.com/
monoscout999 Posted July 1, 2011 Posted July 1, 2011 there`s a sticky in the chat section about jokes and that sort of things, maybe you can give us a good laugh while we work in something for you.
omikron48 Posted July 1, 2011 Posted July 1, 2011 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now