プレイ日記
refusal ParagonalDuck
How would I pull numbers from a string? What im trying to do is pull the minutes from TIME$, so --:X:-- with X being the minutes
1そうだね
プレイ済み
返信[1]
親投稿
MSWS coolestkid123
HR=VAL(MID$(TIME$,3,2)) (I think)
1そうだね
プレイ済み
返信[2]
親投稿
MathPRG MathProgrammer
There is a command called TMREAD, so you could put 'TMREAD(TIME$) OUT H, M, S'. This will assign the different values of TIME$ to their respective places, as long as TIME$ is in the right format, although it's a system variable so you don't have to worry about that.
1そうだね
プレイ済み