Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: edouardo
  • Content: Threads
  • Order by date
  1. edouardo

    large array size

    Hi everyone I'd like to do some image processing of a 301K image (an array of 640 * 480 pixels with 256 graylevels) How can I do it? Right now I have: SCREEN 13 DIM a%(23000) a$ = "image.bmp" OPEN a$ FOR BINARY AS #1 FOR j% = 1 TO 21000 STEP 2 GET #1, j%, a%(j%) NEXT CLOSE It...

Part and Inventory Search

Back
Top