Wave dependency in user-defined functions
Function Dependency_test1()
make /O/N=5 wave1
wave1={1,2,3,4,5}
make /O /N=5 wave2
wave2:=wave1
End
but always get an error "Can't use local variables in dependency formula" during compile.
This seems to work in the command line. I am not sure what I am doing wrong?
Thank you!
When I use I can change values in wave1 and those in wave2 change automagically.
Hope this helps,
Kurt
July 7, 2017 at 02:41 am - Permalink
July 7, 2017 at 03:11 am - Permalink
If you now run this function, then go to Misc->Object Status you will see that wave2 depends on wave1 via this formula: "root:'liberal name for my wave'". Note the data folder path, and special quoting for the liberal name.
John Weeks
WaveMetrics, Inc.
support@wavemetrics.com
July 7, 2017 at 09:56 am - Permalink