Re: Runtime error ST GET OPTIONS

2018-12-14 Thread Keisuke Miyako via 4D_Tech
I would use an intermediate local variable instead of using an object notation property directly as a command/function parameter. not all commands work with properties. --- the grammar makes a distinction between a value and a variable which is a container of a value. formulae that evaluate

Runtime error ST GET OPTIONS

2018-12-14 Thread Two Way Communications via 4D_Tech
Hi, I am running into a problem when running compiled. In interpreted mode, the code works just fine. This is 4D v17R2 on MacOS High Sierra. I am trying to get the content type from a cell of a table in a 4D Write PRO area. $cellrange:=WP Create range($CellObj;wk start text;wk end text)