View Single Post
Old 09-23-2003, 03:22 PM   #21
Zuvio
Gold Dragon
 

Join Date: May 19, 2002
Location: Blessed are those who are not....
Age: 44
Posts: 2,556
Quote:
Originally posted by Zero Alpha:
Welcome to Ironworks TX_Chris [img]graemlins/thewave.gif[/img]

quote:
Originally posted by Zuvio:

IF
TX_Chris:=female;
THEN
say:="HIYA!! Welcome and all that! Enjoy your stay!!!!";
ELSE
say:="You still owe me ten bucks d00d!!";
END
Is this delphi code by any chance?

#include "stdio.h"
void main(void)
{
if (tx_chris == female)
{
printf("HIYA!! Welcome and all that! Enjoy your stay!!!!")
} else
{
printf("You still owe me ten bucks d00d!!")
}
}

you cant beat the C code
[/QUOTE]
Been a long time for me. And I used to be a small-time programmer for small office applications custom made for the dimwitted. Now I tell programmers what to do and it suits me much better, I'll tell ya
__________________
[img]\"http://img121.exs.cx/img121/4236/zuviodemonnoname2hf.gif\" alt=\" - \" />
Zuvio is offline