SmileBASIC コミュニティトピックGold GoldNoway2015/10/21 04:45:15情報交換Hey guys, I could really use some help : How do I reset a variable when it hits a certain number, please ?I got an error when using "if A=50 then A=0"0そうだね 2返信プレイ済み2017/11/04 05:02:38に取得
SmileBASIC コミュニティ返信[1]親投稿Austin Drazil1002015/10/21 5:03Problem isn't the trying to reset the variable. Single = in most all programming languages is specifically reserved for setting variables. You need == to test if they are equal to something. 1そうだね プレイ済み2017/11/04 05:02:38に取得
SmileBASIC コミュニティ返信[2]親投稿Gold GoldNoway2015/10/21 5:05You're right, thanks :)0そうだね プレイ済み2017/11/04 05:02:38に取得