Using a String as an if() conditional

edited November 2015 in Questions about Code

`println(inString);

if (inString == "BVST") {`

the println function tells me that inString equals BVST, however it will not trigger the if conditional, it doesn't return an error, but it won't trigger the if() statement either.
Does anyone know why?

Tagged:

Answers

Sign In or Register to comment.