Forum Discussion
scot1967
Champion Level 3
1 year agoOut 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.`);