Forum Discussion
sdekosky1
14 years agoOccasional Contributor
Hi, This changed worked to allow the contents of the variable to be passed. Thanks Much but one more question on adding double quotes to the string:
ValuesArray[0] = 'WPFObject("TextBlock",' + BlockID + ', 1)';
However, the name is being passed as WPFObject("TextBlock", B109281, 1) as opposed to WPFObject("TextBlock", "B109281", 1). The double quotes are being removed from the string causing the object to not be recognized. Thoughts?