Code:
test=123
I think you should try to assign a string instead.
Code:
test="test"
You can try to test my hypothesis with:
Code:
test=65
You should get "A"
Statistics: Posted by patrikg — Sat Mar 09, 2024 6:54 pm
test=123
test="test"
test=65
Statistics: Posted by patrikg — Sat Mar 09, 2024 6:54 pm