On Sep 13, 2011, at 4:17 PM, Csaba Halász wrote:
> On Wed, Sep 14, 2011 at 12:37 AM, Adam Dershowitz, Ph.D., P.E.
> wrote:
>>
>> I have a script that is giving me permission errors when it runs. The scrip
>> is in data/Nasal. It contains this line:
>>var file=io.open("data/latlong.c
On Wed, Sep 14, 2011 at 12:37 AM, Adam Dershowitz, Ph.D., P.E.
wrote:
>
> I have a script that is giving me permission errors when it runs. The scrip
> is in data/Nasal. It contains this line:
> var file=io.open("data/latlong.csv",mode="r");
Try this:
var file=io.open(getprop("/sim/fg-r
I seem to have run into a problem with NASAL permissions.
I have a script that is giving me permission errors when it runs. The scrip is
in data/Nasal. It contains this line:
var file=io.open("data/latlong.csv",mode="r");
and gives this error:
Nasal runtime error: io.open(): op
3 matches
Mail list logo