And reason why this would work:
[lua]propPrice = string.gsub( “Tap!Here”, “!”, " " )
print ( "propPrice "…propPrice )[/lua]
to correctly print “Tap Here” but this:
[lua]propPrice = string.gsub( “Tap$Here”, “$”, " " )
print ( "propPrice "…propPrice )[/lua]
prints “Tap$Here” instead?
[import]uid: 96383 topic_id: 25610 reply_id: 325610[/import]
[import]uid: 96383 topic_id: 25610 reply_id: 103531[/import]