TutorialDoctor
Nov 20, 2014 - 00:40
I'm trying to keep it simple.
I have a simple script
import ui
view = ui.load_view()
view.present('sheet')
In the UI designer I have a label.
How do I store the label value in a variable. Without defining a function.
label_value = ?
Or the value of any other control.