[REBOL] parsing questions - newbie Re:(2)

2000-06-14 Thread icimjs
Hi Keith, you wrote: >hi elan >well i've looked at the parse section and can't quite figure it out... >how do you nominate that you want the parse function to take place on a >text file say "aeros.txt" rather than a string? parse read %aeros.txt rules some-parse-rule >and how do you specify it

[REBOL] parsing questions - newbie Re:(2)

2000-06-14 Thread bhandley
Hi Keith, > well i've looked at the parse section and can't quite figure it out... > how do you nominate that you want the parse function to take place on a > text file say "aeros.txt" rather than a string? The parse function works on a string or on a block. If you want to parse a file read the