-
Posts
7,103 -
Joined
-
Days Won
88
Content Type
Forums
Downloads
Forum Articles
Events
Everything posted by TheDcoder
-
Testing if variable is empty changed?!
TheDcoder replied to AIstarter's topic in AutoIt General Help and Support
Try using: String($var) Before the if statement -
Testing if variable is empty changed?!
TheDcoder replied to AIstarter's topic in AutoIt General Help and Support
Both work for me: Local $var = "" If (StringLen($var) = 0) Then MsgBox(0, 1, "Works") EndIf If ($var = "") Then MsgBox(0, 2, "Works") EndIf I think something is wrong in your code... did you check for script breaking changes? -
Remote Desktop TCP - RAT
TheDcoder replied to ChenYangHuan's topic in AutoIt General Help and Support
Reported- 7 replies
-
- remote desktop
- teamviewer
-
(and 1 more)
Tagged with:
-
@kcvinu I will start a PM & discuss the rest there, lets not pollute this thread further
- 13 replies
-
@kcvinu Maybe we should compile a list of useful programs for AutoIt Programmers/Scripters? What do you think?
- 13 replies
-
@kcvinu Yeah, sometimes tools like this are very helpful
- 13 replies
-
Thanks for the link! P.S You posted this in the Help & Support forum, I already reported your thread to be moved to the appropriate forum
- 13 replies
-
Solution Unable to open the script file...?
TheDcoder replied to VKZOD's topic in AutoIt General Help and Support
Good to hear that this case is closed after 9 months and 20 days! -
@Jos I am not trying to increase my post count, I did mention the thing about FUP... It did happen to me, when my dad called out ISP and complained about slow speeds, we didn't realize until the support person told us to check our FUP (The monthly bandwidth limit)...
-
@JLogan3o13 I am aware of that, I was just conforming... Many users tend to mistake these forums for support forums (for AutoIt), Something like issues with IE UDF?
-
Is this a issue not related to AutoIt?... If so, please check if you have ran out of your FUP
-
#include <MsgBoxConstants.au3> Global Const $NUMBER_TO_SORT = 10000 Global Const $DIFFICULTY = 2000 Global Const $NO_OF_ITERATIONS = 6 Global $iCount = 0 Global $iSum = 0 Do $iSum = 0 $iCount = $iCount + 1 For $i = 1 To $NO_OF_ITERATIONS $iSum += Random(0, $DIFFICULTY, 1) Next Until $iSum = $NUMBER_TO_SORT MsgBox($MB_OK + $MB_ICONINFORMATION, "Bogosort", "Bogosort took " & $iCount & " tries to guess " & $NUMBER_TO_SORT & " out of " & $NO_OF_ITERATIONS & " randomly added up numbers (each not exceeding " & $DIFFICULTY & ')') P.S Its not AutoIT, Its AutoIt
-
@water I searched, it told me something like: @guinness Now its clear after reading the question
- 9 replies
-
- maps
- new datatype
-
(and 1 more)
Tagged with:
-
Oh ... Is ES2015 a coding standard for JS?
- 9 replies
-
- maps
- new datatype
-
(and 1 more)
Tagged with:
-
Yeah, that is good enough Thanks
- 9 replies
-
- maps
- new datatype
-
(and 1 more)
Tagged with:
-
I wanted to know the progress, Its not like I need to use maps now itself in my programs P.S No rush, only curious
- 9 replies
-
- maps
- new datatype
-
(and 1 more)
Tagged with:
-
Hello AutoIt Team! I am very excited about the new upcoming Maps datatype... I was wondering about the progress of the datatype... Can anyone from the AutoIt team give me some details about it (like how far is it from stable) I played with Maps around a little bit, but I did not find any bugs (which is a good thing)... I think its ready for release Thanks in Advance, TD
- 9 replies
-
- maps
- new datatype
-
(and 1 more)
Tagged with:
-
Horrible code you've come across
TheDcoder replied to minxomat's topic in Developer General Discussion
Yes: -
@minxomat Amazing!
-
- 1 comment
-
- Mac Address
- Address
-
(and 1 more)
Tagged with:
-
A mod will soon lock this thread I hope to see you with a legitimate question again!