19.03.2014, 19:44
** I CANNOT FIND THE SCRIPTING RELATED QUESTIONS SECTION SO I APOLOGISE IF THIS IS IN THE WRONG ONE AND WOULD APPRECIATE IF YOU COULD MOVE IT ACCORDINGLY**
Hi there, basically I'm trying to do this but am not sure how to....
Basically, a table in mysql I'm trying to retrieve the last/latest 10 rows of an arrest record..from then how can I put it into a LIST DIALOG...
Do I have to do this 10 times or is there another way so it only creates the amount of list items needed?
Any advice and pointers would be great!
Hi there, basically I'm trying to do this but am not sure how to....
Basically, a table in mysql I'm trying to retrieve the last/latest 10 rows of an arrest record..from then how can I put it into a LIST DIALOG...
Do I have to do this 10 times or is there another way so it only creates the amount of list items needed?
pawn Код:
switch(listitem)
{
case 0:
{
}
case 1:
{
}
case 2:
{
}
case 3:
{
}
}
//ETC