You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let A0 = 100
fmt A0 "¥0.00"
let A1 = 200
fmt A1 "$0.00"
let A2 = 300
fmt A2 "🐑0.00"
goto A2
Spaces appear after the items formatted with $. Most special characters seem to break the spacing.
The input bar also returns the following. A2 (🐑0.00) 20[300] This seems to be an artifact of the strange spacing as well.
The text was updated successfully, but these errors were encountered:
An emoji. Some special characters (€ 🐑 √) seem to indent the right side worse than others (¥ ¡ ×), but they all seem to offset the entire line to the left by a space or two.
Using the following snippet
Spaces appear after the items formatted with $. Most special characters seem to break the spacing.
The input bar also returns the following.
A2 (🐑0.00) 20[300]
This seems to be an artifact of the strange spacing as well.The text was updated successfully, but these errors were encountered: