Forum Discussion
karkadil
8 years agoValued Contributor
LOL, the issue is still here :)
Try running this code anywhere and you'll get JScript Runtime Error
MSG = 'any text';
function test1()
{
Log.Message(MSG);
}
Change the name MSG to anything else and it will work just fine :)