Project Board コメントComment
ログイン | ヘルプ | トップ

プロジェクト
親コメント:
バイトデータに関して、解説に256進数と... 2006-06-09 21:00 by fumo

背景のスクロール

内容
Commented by: LefTonbo at 2006-06-28 20:47:23

256以上の数値を保存する方法です
write(trunc(スコア/256/256);
write(trunc(スコア/256);
write(スコア%256);

返信