Search found 123 matches

by the underminer
Mon Oct 17, 2005 2:54 am
Forum: PSP Lua Player Development
Topic: access to arrays in arrays
Replies: 1
Views: 1280

access to arrays in arrays

Say I have following code (don't mind spelling in code, just to give you an idea) Borders = {} LeftBorders = {} LeftBorders[1] = 54 LeftBorders[2] = 34 Borders[1] = LeftBorders How can I acces the value of LeftBorder...
by the underminer
Sat Oct 08, 2005 10:47 pm
Forum: PSP Lua Player Development
Topic: lua 5 libraries in lua player?
Replies: 3
Views: 2079

why I want to decompress zip

I want to decompress zip because of the webbrowser feature of the psp. If you download a zip file with your psp , it's quite handy to play the contents (images, music) without being dependant of a computer. It would also enable websites like pspdrive.com (works great) to distribute magazines (a seri...
by the underminer
Mon Oct 03, 2005 5:13 am
Forum: PSP Lua Player Development
Topic: lua 5 libraries in lua player?
Replies: 3
Views: 2079

lua 5 libraries in lua player?

On the official Lua homepage I found some libraries that make zip-file handling easier (http://www.keplerproject.org/luazip/).(http://mega.ist.utl.pt/~tngd/lua/) These libraries where made for Lua 5.0. I was wondering if I could use them with lua player. I'm trying to make an unzip app for the psp b...