Dear Ruud et. al.,

I've found a strange bug in 4.60. Please check out the following code:

 Code:
Break On 

? Chr(151)+Chr(151)+Chr(151)
? Test
? Test2

Get $

Function Test

	For $i=1 to 3
		$Test=$Test+"-"
	Next
	
EndFunction

Function Test2

	For $i=1 to 3
		$Test2=$Test2+Chr(151)
	Next
	
EndFunction

Output:

 Code:
---
---
¶ --

Regards,

Richard