> In transcript I thought it should be :
> 
> replaceText(pStr, "([^\\])"&quote, "$1\"&quote)
> 
> Which works *except* for the $1 is used literally instead of as a 
> backreference.

That's because only the second parameter of replaceText() is a match
expression; the third param is a simple string.

Ken Ray
Sons of Thunder Software
Email: [EMAIL PROTECTED]
Web Site: http://www.sonsothunder.com/ 


_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to