Reply To: Experiment stuck in empty state

PennController for IBEX Forums Support Experiment stuck in empty state Reply To: Experiment stuck in empty state

#7627
Jeremy
Keymaster

H Elise,

I can’t seem to reproduce the problem myself, but if you don’t want to include a Timer element for certain rows, simply use a different value like NA in the “Timer” column and do this:

newText("MemoryList",row.MemoryList).print()
,
( row.Timer=="NA" ? null : newTimer("wait", row.Timer).start().wait() )
,
getText("MemoryList").remove()

This way you shouldn’t have any issues with ultra rapid timers

Jeremy