[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: I think it's "require" but I can't get it to work....
- From: "Leandro Candido" <enclle@...>
- Date: Sat, 25 Oct 2003 15:21:11 -0200
Hello,
Try
assert(loadfile("ansi.lua"))()
Did you have modified Lua sources (.c)?
Leandro.
----- Original Message -----
From: "Ron Hudson" <rhudson@cnonline.net>
To: "Lua list" <lua@bazar2.conectiva.com.br>
Sent: Saturday, October 25, 2003 12:55 PM
Subject: Re: I think it's "require" but I can't get it to work....
> I had that. I tried several things, most of the time LUA complained
> that "dofile" or "require" were
> = nil, but when it did not complain, references in the program to
> subroutines in ansi.lua were nil
>
> I have finally copied ansi.lua into the top of my program.
>
>
> is there somthing special I have to do in a "dofile" file? have no
> global stuff and only functions
> in there?
>
>
> On Saturday, October 25, 2003, at 09:40 AM, Daniel Silverstone wrote:
>
> > On Sat, 2003-10-25 at 15:34, Ron Hudson wrote:
> >> ansi.lua is in the same directory as the file I am working on.
> >
> > if that's your current directory then you can just do:
> >
> > dofile "ansi.lua"
> >
> > D.
> >
> > --
> > Daniel Silverstone <dsilvers@digital-scurf.org>
> > Digital-Scurf
> >
> >
>
>