Search found 2 matches
- Sun Oct 07, 2007 2:28 am
- Forum: PSP Lua Player Development
- Topic: Splitting a script into several files?
- Replies: 3
- Views: 35166
- Sun Sep 16, 2007 6:43 am
- Forum: PSP Lua Player Development
- Topic: Access Point Scanning
- Replies: 3
- Views: 35641
hi, I'm not an expert but the error is simply to the fact that Wlan.getConnectionConfigs() function doesn't require any argument, so you may use it just as:
Hope to been useful.
Enjoy^^
Code: Select all
array = {}
array = Wlan.getConnectionConfigs()
Enjoy^^