Pinnacle Scripting – String Variables
Pinnacle : String Variables Description As the name implies, string variables hold strings of text. Numerous actions and tests can be performed on these variables. Declare a String Variable Store.StringAt.SomeStringName = “This is a string”; //Ex 1 Store.StringAt.AnotherStringName = TrialList.Current.BeamList.Current.PrevBeamType; //Ex 2 Store.StringAt.String3 = Store.StringAt.SomeStringName; //Ex 3 //Ex 4 – This also works, but […]
Pinnacle Scripting – String Variables Read More »
