🕒
Activity
🎮
Browse
📰
Forums
📖
Docs
🔎
Search
Login
Login
Might make SBS readonly:
thread
"!" in INPUT and VAL
Root
/
SmileBASIC Bug Reports
/
[.]
12Me21
Created:
~7 years ago
12Me21
#1
VAL()
and
INPUT
(with numbers) will stop reading a string after encountering certain characters, such as
!
and
%
. For example,
VAL("123ABC")
is
0
, but
VAL("123!ABC")
is
123
.