No Not yet , Michael got too busy to finish it in time.. there is a lot of
people waiting to see it though....
....on that note , I came across the Perl "inline" module, which allows you
to use other languages INLINE in your Perl code. so you can do
print "9 + 16 = ", add(9, 16), "\n"; print "9 - 16 = ", subtract(9,
16), "\n";
use Inline C => <<'END_OF_C_CODE';
int add(int x, int y) {
return x + y;
}
int subtract(int x, int y) {
return x - y;
}
END_OF_C_CODE
and thought , that something like that would be cool for CF ......
~Justin
----- Original Message -----
From: "Chapman, Katrina" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, August 22, 2000 12:02 AM
Subject: custom functions
> Was the article on custom functions ever published on FusionAuthority? If
> so where is it? I can't seem to find it. Then again I can't open a bag
of
> cookies without scissor's but that's something else entirely.
>
> --K
>
> Thank you,
> Katrina Chapman
> ColdFusion Web Developer
> Systems Development
>
>
>
> --------------------------------------------------------------------------
----
> Archives: http://www.mail-archive.com/[email protected]/
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>
>
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.