Spectrumz
|
  |
| Joined: 22 Mar 2011 |
| Total Posts: 4338 |
|
|
| 12 Jul 2011 11:33 AM |
I think it would be useful to let the readers know that string functions can be used as methods, too.
string.len What does string.len do? string.len returns the amount of characters in a string.
Example soul = "Wuzzup Broski?" print(string.len(soul))
> 14
string.len can also be used in the form of a method.
Example soul = "Wuzzup Broski?" print(soul:len())
> 14 |
|
|
| Report Abuse |
|
|
|
| 12 Jul 2011 11:34 AM |
Also #STRING also get's the string's length.
~ ROBERT00001 ~ ~(ಠωಠ)~ |
|
|
| Report Abuse |
|
|
|
| 12 Jul 2011 11:35 AM |
#STRING also get's the string's length.*
~ ROBERT00001 ~ ~(ಠωಠ)~ |
|
|
| Report Abuse |
|
|
Spectrumz
|
  |
| Joined: 22 Mar 2011 |
| Total Posts: 4338 |
|
|
| 12 Jul 2011 11:35 AM |
Yeah.
string.len is sort of deprecated, but I don't think the ROBLOX Wiki administrators will do anything about it. |
|
|
| Report Abuse |
|
|
Spectrumz
|
  |
| Joined: 22 Mar 2011 |
| Total Posts: 4338 |
|
|
| 12 Jul 2011 11:38 AM |
| I'm really starting to regret not signing up to become a Wiki writer. |
|
|
| Report Abuse |
|
|
| |
|
|
| 15 Jul 2011 02:14 PM |
I will add these ideas.
Keep 'em comin'. |
|
|
| Report Abuse |
|
|
|
| 15 Jul 2011 02:17 PM |
| http://wiki.roblox.com/index.php/Scripting_Book/Chapter_5 |
|
|
| Report Abuse |
|
|
|
| 15 Jul 2011 02:20 PM |
Suggestion: Make the scripting book better.
There's already a cookbook that gives you instructions on creating a bunch of different things, but it seems that you're TRYING to create an actual scripting guide. It ain't workin'. I looked through it and saw several mistakes, and it just ain't very good. |
|
|
| Report Abuse |
|
|
|
| 15 Jul 2011 02:21 PM |
You're mean.
^ Don't listen to him ^ |
|
|
| Report Abuse |
|
|
|
| 15 Jul 2011 02:24 PM |
| My meanness allows me to delete your entire scripting book. Of course, you could easily just get the old revision back. But still, the point stands >:| |
|
|
| Report Abuse |
|
|
|
| 15 Jul 2011 02:25 PM |
| If you do that I can give you to MNN to ban you for abusing your powers. |
|
|
| Report Abuse |
|
|
|
| 15 Jul 2011 02:26 PM |
...
D:
But still, I would think that most of the other wiki staff would agree with me saying that your book is sub-par. |
|
|
| Report Abuse |
|
|
|
| 15 Jul 2011 02:27 PM |
Well I know a person actually learned the basics of scripting from it and didn't even know what scripting was before...
That's something. |
|
|
| Report Abuse |
|
|
Spectrumz
|
  |
| Joined: 22 Mar 2011 |
| Total Posts: 4338 |
|
|
| 15 Jul 2011 04:33 PM |
@SoulStealer9875
but why haz u not updated it broski
Anyways.
I'm going to use this thread to tell you any suggestions I may have for your book. Either that or I'll create a completely new thread for ONLY suggestions for the scripting book. |
|
|
| Report Abuse |
|
|
| |
|