Hi,
I am using PARAMTIME function. I had PARAMTIME set as 12:30:00 like shown below then later I changed to 12:15:00. Its not getting applied
Before
STARTRANGETIME = ParamTime( "Startrange Time?", "11:30:00" );
ENDRANGETIME = ParamTime( "Endrange Time?", "12:30:00" )
After
STARTRANGETIME = ParamTime( "Startrange Time?", "11:30:00" );
ENDRANGETIME = ParamTime( "Endrange Time?", "12:15:00" )
I went through the documentation. Its says like below
WARNING: default parameter has to be CONSTANT. This is because these values are cached and are not re-read during subsequent formula evaluations
My question is how to flush out from CACHE ?
Thanks,
Vinay
Milosz
#2
Click Reset all button in Parameters window-->

In most cases, you can also reset only a selected Parameter by a right-mouse-button double click on any Param description bar:
1 Like