forums.ps2dev.org Forum Index forums.ps2dev.org
Homebrew PS2, PSP & PS3 Development Discussions
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Table.getn() fails...

 
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Lua Player Development
View previous topic :: View next topic  
Author Message
LuMo



Joined: 21 Aug 2005
Posts: 410
Location: Austria

PostPosted: Thu Oct 20, 2005 6:12 am    Post subject: Table.getn() fails... Reply with quote

hey guys!
got the following keyed table...

Code:

Startpos = {
p1={x=1,y=2},
p2={x=3,y=4}
}


further it try to get the data from it
Code:

print(Startpos.p1.x) --ok
print(Startpos.p1.y) --ok
print(Startpos.p2.x) --ok
print(Startpos.p2.y) --ok


which works just fine...

Code:
print('players: '..table.getn(Startpos))

but getting its size fucks up, says 0 but its definitive 2 ;)

greets
lumo
_________________
"Good artists copy, great artists steal."
Pablo Picasso
go2lumo.com
Back to top
View user's profile Send private message Visit poster's website
KawaGeo



Joined: 27 Aug 2005
Posts: 191
Location: Calif Mountains

PostPosted: Thu Oct 20, 2005 6:39 am    Post subject: Reply with quote

The answer is correct, indeed!

Named indices are not counted.

Have you read PIL, my friend? :)
_________________
Geo Massar
Retired Engineer
Back to top
View user's profile Send private message Send e-mail
LuMo



Joined: 21 Aug 2005
Posts: 410
Location: Austria

PostPosted: Thu Oct 20, 2005 4:38 pm    Post subject: Reply with quote

hehe nope, not for that;
thanks
_________________
"Good artists copy, great artists steal."
Pablo Picasso
go2lumo.com
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Lua Player Development All times are GMT + 10 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group