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 Mike Lewis 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: *

  1. Grozny

    Arrays and functions of long integers?

    Thanks! BTW I'm using the Microsoft user's manual which is, frankly, crap. It's not answering any of my questions. In this case there was nothing about LONG or using the & suffix. They just gave us DEFLNG and some sales-type talk about how wonderful and convenient long integers are. Can...
  2. Grozny

    Arrays and functions of long integers?

    Two questions: 1) How do I create arrays of long integers? DIM A(100) AS INTEGER This statement creates an array of short (two byte) integers. But what is the comparable statement for an array of long (four byte) integers? 2) How do I create a function that returns a long integer...
  3. Grozny

    Pass two arrays into a sub-program?

    Thanks.
  4. Grozny

    Pass two arrays into a sub-program?

    I can pass one array into a sub-program, but not two arrays. Can anybody here tell me what is wrong with the following code? DECLARE SUB subroutine (a1(), a2() AS INTEGER) DIM array1(0 TO 12) AS INTEGER DIM array2(0 TO 3, 0 TO 4) AS INTEGER subroutine array1(), array2() SUB subroutine (a1()...
  5. Grozny

    Opcodes for 80188 instructions

    Hello all... I'm desperately looking for opcodes/ machine code format for all Intel 80188 instructions for design purposes..could someone please tell me where I might be likely to find the relevant information..thanks a million... Gunther.

Part and Inventory Search

Back
Top