View Single Post
  #16  
Old 12-10-2005, 04:18 PM
jake13jake jake13jake is offline
Former Classic Staff
jake13jake's Avatar
Join Date: Dec 2002
Location: Northwest Vermont
Posts: 1,452
jake13jake will become famous soon enough
Quote:
Originally Posted by ApothiX
Actually, they are comparible to a C's #define directive,
PHP Code:
#define SPC @ " " @
#define NL @ "\n" @ 

That's even more ugly than what it really is.. 'function(string SPC string NL string);'
#define is just a find/replace all
Reply With Quote