Why happend this error?
on init declare $rand $rand := random(0,100) end on on note message("random" & $rand) end on
(Once again the web page has added spaces between lines on uploading - not needed)
Thank you for your reply "stephen24"!! But An error occurred again…
You forgot the & between "random" and $rand.
&
"random"
$rand