I alread posted my script in the Component vote thread, but am not quite sure if every one has seen it, or I may be the only one who forgets to set the code right or makes typing errors.

Anyway, I coded a script, that sets inside the Custom_Code.c file the corresponding MacroReturns, MacroNames and so on, so that YOU do not need to care about them while implementing new functions to the file. I sometimes was tired of editing these descriptions when I tried to implement different things and finally wrote a Perl script that now does the job for me, so I can concentrate on ONLY writing the C code and nothing else, an easy "perl set_code.pl" on the command line does the job and you're done with it.
well, it may not be for everyone, but it helps me from now on in new projects so that I don't have to care about how many functions I am writing and so on. now it is coding -> perl script -> flowcode implementation -> done! and no more fiddling with spelling errors.
for setting things up, there is a short description at the beginning of the script.
cheers and have fun,
Nils
PS: you get a free Perl version for windows @ activestate.com
PPS: if you find bugs or have ideas what to implement next, write it down in this thread and I try to figure it out.
PPPS: I WILL POST NEW VERSIONS EVERY ONCE IN A WHILE, SO LOOK FOR THE LATEST ONE IN THIS THREAD AS I WILL NOT UPDATE THE DOWNLOAD LINKS