InforgeNet/DeobHellper

Variable renaming in strings & comments

SpeedJack opened this issue · 0 comments

YAAID renames also variable-like words in strings and comments.
For example:

MsgBox(0, "hi", "Hello $World!")
; Test $comment inline

In this case $World will be renamed as VarX (where X is a positive integer) but it should remain $World.
Same thing for $comment.