SmileBASIC コミュニティプレイ日記Imasheep DarkY0shi2017/07/18 13:01:45How do I code it so if 2 variables (for example the time$ variable and a user input) are the same, it goes to an @ label0そうだね 1返信プレイ済み2017/11/04 01:58:14に取得
SmileBASIC コミュニティ返信[1]親投稿Autz sonic-HD87652017/7/18 13:36By using a conditional statement: INPUT "Insert time", U_T$ IF TIME$==U_T$ THEN GOSUB @Label However, i fear you need a more precise comparison, but that's up to you.1そうだね プレイ済み2017/11/04 01:58:14に取得