PennController for IBEX › Forums › Support › Experiment stuck in empty state › Reply To: Experiment stuck in empty state
December 17, 2021 at 11:07 am
#7627

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