SmileBASIC コミュニティトピックJosiah Spike42015/12/18 07:36:51質問How do I clear all my variables?How do I set all my variable to equal 0?0そうだね 5返信プレイ済み2017/11/04 04:56:50に取得
SmileBASIC コミュニティ返信[1]親投稿OlOOlOOl pi_r_round2015/12/18 8:08In DIRECT mode you can use the CLEAR command. If you want to do that within your program... I'm not sure. I guess you just have to set them one by one to 0 or "". A=0:B=0:A$="":B$="" etc.0そうだね プレイ済み2017/11/04 04:56:50に取得
SmileBASIC コミュニティ返信[2]親投稿Josiah Spike42015/12/18 8:14I had to do them one by one, thanks :) I am releasing the game right now. Check the posts to find the key :) (it's finally done)0そうだね プレイ済み2017/11/04 04:56:50に取得
SmileBASIC コミュニティ返信[3]親投稿ShadowCX11 ShadowNyan20022015/12/26 20:44It sucks they removed CLEAR as a normal command. It was so useful!0そうだね 未プレイ2017/11/04 04:56:50に取得
SmileBASIC コミュニティ返信[4]親投稿Nathaniel natboy2016/1/1 10:04You can use the CLEAR command, but it only works in direct mode.0そうだね プレイ済み2017/11/04 04:56:50に取得
SmileBASIC コミュニティ返信[5]親投稿Nathaniel natboy2016/1/1 10:05Sorry I posted useless information, your comments weren't showing up.0そうだね プレイ済み2017/11/04 04:56:50に取得