Is there a way to have the VTW read in a text file, delete the text in it and then send out new text to that file (based on what is input in the template) that will then update to a scene?
Basically, I have a scene that reads in a numeric value from a text file. The only way to change that value in the scene is to update the .txt file and save it. I would like to make the process more user friendly for the producers. Not even sure if this is possible but thought I would ask.
So far this is all I have for a script (and it's really nothing) is...
Sub REDADDTENCLICK(Sender)
Dim RedPath As String = "V:/RED_TEAM.txt"
end sub
Any info would be awesome, Thanks
Basically, I have a scene that reads in a numeric value from a text file. The only way to change that value in the scene is to update the .txt file and save it. I would like to make the process more user friendly for the producers. Not even sure if this is possible but thought I would ask.
So far this is all I have for a script (and it's really nothing) is...
Sub REDADDTENCLICK(Sender)
Dim RedPath As String = "V:/RED_TEAM.txt"
end sub
Any info would be awesome, Thanks
Comment