Re: GET FILE NAME FROM PB

You can use this script with a local variable:
This way you don't need global variables or nodes at all!
- Code: Select all
Label1.Text = variable
This way you don't need global variables or nodes at all!