Hi, Guys.
i need some workaround to make something like this…
x = x² = x^2
well, it’s possible to have var “x²”, but i want operation ² = ^2
+++++++
Thanks a lot in Advance.
Hi, Guys.
i need some workaround to make something like this…
well, it’s possible to have var “x²”, but i want operation ² = ^2
+++++++
Thanks a lot in Advance.
Since x²
is a valid variable name, this is not possible.
hella good remark - Thanks.
Technically it would be possible for a macro to do this.