Forum Discussion
Out of curiosity, what would happen if you added the * to a variable and concatenate this into the string or used a string literal format instead? Now I am just fishing for what might work to guess at what could be causing the problem. 🎣🐟🎣
https://www.w3schools.com/js/js_string_templates.asp
someObj.Keys(`* is not working.`);
someObj.Keys(`'${"*"}' is not working.`);
Hi Scot,
Thanks for your reply. I tried all the scenarios you asked for, it doesn't work, only [NumAsterisk] works as suggested by Hassan.
Thanks,
Hina