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 =...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.