Log in

View Full Version : read values from file and replace frames?


LB
14th February 2004, 00:17
Simple question, yet I can't seem to figure out the answer :(

I have a file with values as such:

29
49
100
234
etc

How can I read those in? I tried doing some stuff with the conditional filters, but had quite a troubling time. Any ideas?

EDIT:

I got it working, nevermind. ;) I forgot that I could make "global var" inside a function and this allowed me to, along with some scriptclips and conditionalreads, successfully access the data in a format req. by conditionalread.

Sure would like an "array" function though, you know, to store data inside an array and have it accessable upon command. That would really make framefunctions handy.