Open file and continue script
Hi,In a script I´m prompting a user to open a file:LBSelect = Open( "file path",
Use Labels For Var Names( 1 )
);
This opens a folder and the user has to pick the correct file. When the file has been opened the script should continue with a series of actions based on that file.How can I make the script wait until a file has been opened? I thought about wait() but that will just state how many se...