Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (274 - 276 of 3893)

Ticket Resolution Summary Owner Reporter
#943 No Bug not correct prcocedure anonymous
Description
;Exemple 1 (Need return "ds")
$q='32432ds2345670z45'
$i =StringLen($q)
Do
$i -= 1
Until IsNumber(StringMid($q,$i,1)) = StringMid($q,$i,1) And isNumber(StringMid($q,$i+1,1)) = StringMid($q,$i+1,1)
MsgBox(0,"",StringMid($q,$i,1)& StringMid($q,$i+1,1))

;Exemple 2 
$q='02dfgds2345670z45'
MsgBox(0,'its String!',IsString(StringMid($q,2,1)));(Need return "0" )
MsgBox(0,'its Number!',IsNumber(StringMid($q,2,1)));(Need return "1")
#944 No Bug Self extractable file and documentation tsiu
Description

I decompressed the self extractable file. The autoit3.chm is not working properly. On the left side there are the contents (with a tree structure). If i click on something, at the right side it says "Action failed, the internet explorer was unable to linkto the web page you requested".

Is there any kind of documentation for computers with no internet connection? A file that i can copy to an offline copmputer?

Thanks George

#945 No Bug script hangs the pc if run multiple time farooqhasny@…
Description
clipPut(StringTrimLeft(@YEAR,2) & @mon & @MDAY  & @Hour &  @Min &@SEC)
send("^v")
Exit(0)

i have built this code and created a short cut to the created exe and assign a Function key (F11) in that shortcut when ever i press the that short key for few time in a short period it will hang the computer.

Note: See TracQuery for help on using queries.