Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. Domains: forum.doom9.org / forum.doom9.net / forum.doom9.se |
|
|
#1 | Link |
|
Registered User
Join Date: May 2004
Posts: 7
|
File Reading Plugin or Script
Hello, I find myself in need of some way to read the first line of a .txt file, and use it as a string within my .avs script.
My first thought was to use the Call plugin, but it doesnt return any values. So I am wondering if there is any way to do this. Ex: abc = Read("temp.txt") Thank you, for any help anyone can give me. |
|
|
|
|
|
#2 | Link |
|
Registered User
Join Date: Oct 2002
Posts: 167
|
Not sure if it fits your needs, for titling effects
I've converted text files into variables and imported them. Example: This is the first line of my text file. line2 line3 .... became T01="This is the first line of my text file." T02="line2" T03="line3" .... saved as 'manylines.avs' and then used import("") function to work with variables T01, T02.... |
|
|
|
![]() |
|
|