Blank space (' ') converts to NaN online

Hi everyone… I’m using text to set probes in my conditions file (’**’, ‘*’, and ’ '). The blank space converts to NaN in trials online. If I change ’ ’ to ‘’, then I get it displaying ‘Hello World’ instead of a blank. Do I need to use some sort of escape code, or am I going to have to redo my experiment to only use image files?

Conditions look as follows:
image

Thanks,
Paul

What I do is put an x and then if the value in the Excel column is x I set the text component to " " in code.

Hi, this worked, thanks. Seems like low hanging fruit for a bug fix.

1 Like