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 TouchToneTommy 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: rjsaul0
  • Content: Threads
  • Order by date
  1. rjsaul0

    Object error

    Hi, In the example below, the reference to document.form1.vcol.value works in the pick function but error says not defined in the crand function. Using IE 7. Rick <html> <Script type="text/javascript"> <!-- function crand () { var rnum = Math.random(); var rc; if (rnum < 0.5) {rc =...
  2. rjsaul0

    How to define an Array of Function Pointers

    Hi, How would define an array of function pointers where the return type or arguments are different? For example, int (*fn)() void (*fn)(int) char (*fn)(int, char) This would be for building a dictionary of function calls. Older C languages didn't strong typing so you could use int (*fn)() for...

Part and Inventory Search

Back
Top