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 SkipVought 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. john316

    Using array in a procedure.

    hey mgid, i suspect that something simple is going on here, and i think jon4747 or myself could help you but it would be difficult without seeing more of your code. you scare me by saying myfunc(x) instead of y = myfunc(x), because functions take operands and return a value. to say myfunc(x)...
  2. john316

    A question about "Nothing"

    hey retsacnal, while setting a object to nothing SHOULD release all dependent objects as well, it can't hurt to explicitly dispose of objects, and may save you from hard to find logical bugs in the future. another thing that i've found is that vb6 is probably the fastest prototyping language...
  3. john316

    Help...

    your question isn't very clear, maybe you would get more response if you reworded it.
  4. john316

    convert Decimal to Fraction

    what could be the purpose of converting decimals to fractions in a base 10 numerical system using limited binary numerical representations in a computer? we could represent them as strings and concoct all sorts of fancy algorithms to make sure that there were no rounding errors between the base...
  5. john316

    Two (I think simple) questions for a school project I am working on...

    hey tonyn, now make painkiller explain AscB, AscW, ChrB, ChrW. and why do we need this unicode format that cuts our memory in half? john
  6. john316

    Problem on Passing Parameters! Need Help/Advice!

    hey splaisance, this is the kinda stuff, i deal with all the time. the interactive thing uses no computer resources nowadays, serious number crunching should be periodically interrupted by doevents. don't split the application, make passing this mass of variables occur in fewer places, or...
  7. john316

    Passing a User-defined-type

    hey toddr i feel your pain. my question was about using udt's as parameters and as return values of (class) functions i was browsing this site to see if anybody else had the same problem. two different references told me two different things. neither worked, nor did any twisted permutation...

Part and Inventory Search

Back
Top