プレイ日記
Lego-meist Legos-Meister
999,999 LINES! I reached the bottom! Achievement unlocked!
13そうだね
プレイ済み
返信[1]
親投稿
Zee Storybookten9
The amount of lines... it's... OVER 9(hundred) THOUSAND!!!
1そうだね
プレイ済み
返信[2]
親投稿
Zee Storybookten9
Wait, why are ALL of them 999,999?
0そうだね
プレイ済み
返信[3]
親投稿
Lego-meist Legos-Meister
I think you can actually have even MORE lines than 999,999 but it stops counting after that.
0そうだね
プレイ済み
返信[4]
親投稿
Alex MrCashews
The actual hard limit isn't how many lines you can have. Each slot can only store up to 2MiB of source code, so you'll probably run out before you even hit 999999. I do believe if you try to load a file longer than 999999 lines it will just throw away the rest since the editor isn't technically supposed to count any higher. Needs to be tested.
0そうだね
プレイ済み
返信[5]
親投稿
Alex MrCashews
...actually no. If the file is longer than 999999 lines it loads just fine! Must be a bug...
0そうだね
プレイ済み
返信[6]
親投稿
Lego-meist Legos-Meister
Yep loads just fine and goes on at least 100 lines after 999,999 but you can't use list past 999,999. Weird. You can find the key in the screen shot if any of you want to mess with it.
0そうだね
プレイ済み
返信[7]
親投稿
Lego-meist Legos-Meister
@Alex: How did you zoom in on that screenshot?
0そうだね
プレイ済み
返信[8]
親投稿
Alex MrCashews
WIDTH 16 puts all console text at 2x scale. WIDTH 8 makes it normal again (or ACLS, whichever you prefer.) Making a file with x number of lines is actually one line of code: SAVE "TXT:FILE",CHR$(10)*x And it is worth noting, Any file larger than 1048576 characters (or 2MiB) will give a "not enough memory to load" dialog. The first 1048576 characters will be loaded and the rest will be ignored.
0そうだね
プレイ済み
返信[9]
親投稿
Lego-meist Legos-Meister
Good stuff to know. Thanks!
0そうだね
プレイ済み