Posted: 15 Oct 2016, 00:19
Is it possible to change during the code a param setting.
for exemple let's say there is an output parameter as a ptDataField
onGetParamInfo it's set to a 3 digit float precision using
pParamInfo->Format = "%.3f";
then let's say on the code i later say i only need an integer precision, so something that would update it back to
Format = "%.0f"; for exemple
don't think it's possible yet but just wanna be sure to avoid searching^^
for exemple let's say there is an output parameter as a ptDataField
onGetParamInfo it's set to a 3 digit float precision using
pParamInfo->Format = "%.3f";
then let's say on the code i later say i only need an integer precision, so something that would update it back to
Format = "%.0f"; for exemple
don't think it's possible yet but just wanna be sure to avoid searching^^