Page 2 of 2

Re: GET FILE NAME FROM PB

PostPosted: Sat Sep 02, 2017 3:21 am
by justyn roy
You can use this script with a local variable:

Code: Select all
Label1.Text = variable



This way you don't need global variables or nodes at all!

Re: GET FILE NAME FROM PB

PostPosted: Sat Sep 02, 2017 1:32 pm
by Dennis Kuypers
Hello,

for every command you should add parenthesis, even when there is no argument that you provide. PBProjectRefresh()

You might get errors if you don't.

Regards
Dennis