Search found 2 matches

by iiersnitxa
05 Nov 2020 13:24
Forum: DOS Batch Forum
Topic: 2D Array simulation
Replies: 5
Views: 5179

Re: 2D Array simulation

I'm curious as to the usage situation though - care to share? hi, i'm studying a few things and stumbled in a problem... i was trying to transleta a simple game to .bat language, and all my trouble comes with arrays... the best way, or at least the simplest way i found to simulate the array was popu...
by iiersnitxa
03 Nov 2020 06:09
Forum: DOS Batch Forum
Topic: 2D Array simulation
Replies: 5
Views: 5179

2D Array simulation

hello, you all... i have a .txt with a specific standard, 00 01 02... 10 11 12... . . 90 91 92... and i want to read a specific 'byte', as if I were searching in a 2d array... i found a way to skip some lines with a FOR, but I couldnt find a way to jump to the byte I need in that line. any help? I w...