DS1 = 89.3923
Label = "DS1"
LabelValue = Label
print(LabelValue)
I'm stuck on something, I have some calculations which determines the value for "Label" in the case above, it's DS1. I want to return the actual value contained in DS1 when printing LabelValue so the print should result in 89.3923 rather than DS1.