How to get last value of the changed parameter?
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2018-03-23 10:14 AM
2018-03-23
10:14 AM
And whan user moves hotspot to change P1,
I need to change other parameter P2 by delta P1.
deltaP1 = lastValueOfP1 - P1
! how I can get last value of the parameter P1?
if GLOB_MODPAR_NAME='P1' then
parameters P2=P2 + deltaP1
parameters P1=P1
endif
0 REPLIES 0