View Single Post
  #7  
Old 06-26-2005, 12:30 AM
Fry Fry is offline
Registered User
Fry's Avatar
Join Date: Sep 2001
Location: Germany
Posts: 384
Fry has a spectacular aura about
if (foo == bar)
foo and bar are variables. to see whether foo equals "test" (the string), do
if (foo == "test")
like you'd compare integers in GS1, just put quotes around strings.
__________________
Graal Statistics

Top 3 servers at the moment (players):


Reply With Quote