Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (262 - 264 of 3893)

Ticket Resolution Summary Owner Reporter
#1454 Fixed _StringBetween does not find blank line correctly Jon pongmaster21
Description

When using $line=_StringBetween('<center>', '</center>') to search the following string, it returns the following result for $line[2].

"</center> </td><td bgcolor="#E0E0C0"> <center>2008-11-24 01:02:55"

It should return "2008-11-24 01:02:55".

<tr><td bgcolor="#E0E0C0" class="twikiFirstCol"> <center>ani</center> </td><td bgcolor="#E0E0C0"> <center></center> </td><td bgcolor="#E0E0C0"> <center>2008-11-24 01:02:55</center> </td></tr>

#1459 Wont Fix Hard Crash Jon anonymous
Description

The following causes a hard crash with the latest stable of AutoIt. The code is useless but IMO it stil shouldnt cause a hard crash.

While 1
	$V=1
	$V=Ret($V)
	MsgBox(0,"",$V)
WEnd


Func Ret($Val)
	Return Ret($Val)
EndFunc   ;==>Ret
#1463 Fixed Converting with StringToASCIIArray Jon Xenobiologist
Description

Hello,

I got some questions about the function whether the behaviour is correct. I think, the function is buggy.

http://www.autoitscript.com/forum/index.php?showtopic=109756

Thanks!

Mega

Note: See TracQuery for help on using queries.