[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Max. string length?
- From: Ketmar Dark <ketmar@...>
- Date: Sat, 6 Oct 2007 19:13:21 +0300
hello, Gergo Szakal <bastyaelvtars@gmail.com>.
On Sat, 6 Oct 2007 17:50:40 +0200
Gergo Szakal <bastyaelvtars@gmail.com> wrote:
> I know no C -- browsing the lua source is not an option for me... so I
> ask here: what is the longest string that can be held by a variable in
> Lua? Or is there no limit?
> (OS: win32, if this matters)
it's limited by RAM only.
(or by int size, but it doesn't matters in this case %-)