11-04-2020 03:03 AM
like C#, class A=B.clone();
Solved! Go to Solution.
11-04-2020 03:11 AM
I don't see the use? Any split of a string wire in LV creates a clone. When would this be useful?
11-04-2020 03:19 AM
i want to know a G# Class value change
11-04-2020 03:22 AM
split of a string wire of G# class point to the same instantiation
11-04-2020 03:26 AM - edited 11-04-2020 03:27 AM
In C#, you can clone an object if the class implements the IClonable interface. This clone feature is already implemented in G#. There is a util method in the G#Object.lvclass in the utils folder called. G#Object_Clone. This should be what you are looking for.
There are a lot of advanced utils methods in G# that are not in the menues.
Mattias
11-04-2020 03:30 AM
could you tell me where is the clone VI?
thank you!
11-04-2020 03:34 AM
11-04-2020 04:02 AM
11-04-2020 06:45 PM
Thanks!