| |
|
|
| 25 Jun 2014 03:29 AM |
| String = "ASDFSDF?@#$" print (#String) |
|
|
| Report Abuse |
|
|
ThaneDev
|
  |
| Joined: 08 Apr 2009 |
| Total Posts: 1600 |
|
| |
|
|
| 25 Jun 2014 01:57 PM |
string.len(string)
>print(string.len("hello")) 5 |
|
|
| Report Abuse |
|
|
|
| 25 Jun 2014 02:15 PM |
local string_length=string.len('hi') local string_length=#'hi' |
|
|
| Report Abuse |
|
|
ThaneDev
|
  |
| Joined: 08 Apr 2009 |
| Total Posts: 1600 |
|
|
| 25 Jun 2014 06:05 PM |
| Guy's, I think we got it, lol |
|
|
| Report Abuse |
|
|
|
| 25 Jun 2014 06:13 PM |
| I would use the # operator over string.len. |
|
|
| Report Abuse |
|
|