Please, tell me what is wrong with this picture... why do i get a syntax error?
What am i doing wrong (syntax)
" is not the same as ''
(1x double vs 2x single)
EDIT: In future, please post the actual code instead of a picture of the code. Enclose it in the forums code tags to preserve formatting.
Hello to all my stalkers.
There's a special place in $UNDERWORLD for people who publish code samples in a variable-width font.
Sean Middleditch – Game Systems Engineer – Join my team!
" is not the same as ''
(1x double vs 2x single)
(just in case OP needs a more visual example)
" (single double quote)
'' (two single quotes)
x = '' (empty string)
x = "" (empty string)
x = " (incomplete string)
Sean Middleditch – Game Systems Engineer – Join my team!
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement