JSL: treat variable within "<< set formula" Formula as constant/literal
I feel like there should be an easy way to do this but it is eluding me... Example:blockSize = 15; col<<set formula(Sequence(1,1000,1,blockSize)); After running script, view formula in datatable -- "blockSize" is still being used as the fourth input for Sequence(). I don't really want this, as I'm going to dynamically define blockSize inside a loop that changes for each column it iterates through....