|
| 25 Jun 2012 02:09 PM |
things{"1","2","3","4"}
i was wondering if there is a way for a script to tell me how many things are in that table? |
|
|
| Report Abuse |
|
|
C0D3Y
|
  |
| Joined: 24 Jul 2010 |
| Total Posts: 1692 |
|
|
| 25 Jun 2012 02:12 PM |
First off, it would be: things = {"1","2","3","4"} Second, this would do it: #things (Example:print(#things)) |
|
|
| Report Abuse |
|
|
|
| 25 Jun 2012 02:13 PM |
things = {1,2,3,4,5,6,7,89} print(#things)
-[::ƧѡÎḾḠΰῩ::]-[::Maker of stuff and Helper of Scripting::]- |
|
|
| Report Abuse |
|
|
|
| 25 Jun 2012 02:15 PM |
ok thankyou That was a very dumb mistake ._. |
|
|
| Report Abuse |
|
|