プレイ日記
Imasheep DarkY0shi
How do I code it so if 2 variables (for example the time$ variable and a user input) are the same, it goes to an @ label
0そうだね
プレイ済み
返信[1]
親投稿
Autz sonic-HD8765
By 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そうだね
プレイ済み