プレイ日記
Cat Dan Blocku180
Is there a way to use the numbers I'm using as actual numbers?
4そうだね
プレイ済み
返信[1]
親投稿
SıмΞоп SimeonW
Ye gotta be more specific, like what do you mean?
0そうだね
プレイ済み
返信[2]
親投稿
OlOOlOOl pi_r_round
If you've stored a number in a string, T$, you can convert it to a number, N, using the VAL() function. N = VAL(T$) If your string consists of custom-defined characters, I imagine you would have to do some fancy string manipulation to convert them to the number characters before using VAL(). Or, you maybe it would be easier to just re-define the number characters using your custom characters.
1そうだね
プレイ済み
返信[3]
親投稿
ĦHarry Ramstrong
To convert custom characters into numbers, just put them into string and use INSTR. :D
0そうだね
プレイ済み