OldGoldie
|
  |
| Joined: 17 Aug 2010 |
| Total Posts: 8210 |
|
|
| 31 Mar 2015 08:14 AM |
I thought string size worked, but it didn't How can I do this? |
|
|
| Report Abuse |
|
|
|
| 31 Mar 2015 08:15 AM |
#"Your string" x = "Hello" print(#x) >5 |
|
|
| Report Abuse |
|
|
|
| 31 Mar 2015 08:16 AM |
This problem could be fixed with a quick google search for "roblox string length", but here you go...
string.len(your_string) |
|
|
| Report Abuse |
|
|
OldGoldie
|
  |
| Joined: 17 Aug 2010 |
| Total Posts: 8210 |
|
|
| 31 Mar 2015 08:28 AM |
How come this doesn't work? if string.len(script.Parent.Parent.NameBox.Text) < 3 and string.len(script.Parent.Parent.NameBox.Text) > 20 then No output |
|
|
| Report Abuse |
|
|
|
| 31 Mar 2015 09:03 AM |
| That looks fine. You're just doing the logic wrong. How can it be less than three AND greater than twenty at the same time? (I'm not counting quantum physics) |
|
|
| Report Abuse |
|
|
|
| 31 Mar 2015 09:46 AM |
| But you should count quantum physics :3 |
|
|
| Report Abuse |
|
|
|
| 31 Mar 2015 09:57 AM |
The question is, should you count quantum physics while not counting quantum physics?
~The herp lerped a derp~ |
|
|
| Report Abuse |
|
|
|
| 31 Mar 2015 10:06 AM |
Quantum physics are a violation of the second law of thermodynamics!
at least I think that's right. |
|
|
| Report Abuse |
|
|
AlgyLacey
|
  |
| Joined: 14 Jun 2013 |
| Total Posts: 3736 |
|
|
| 31 Mar 2015 10:26 AM |
Quantum Physicists say: If you think you understand quantum physics, then you are wrong.
{-[ Check this out! http://www.roblox.com/games/217210581/Farmulator ]-} |
|
|
| Report Abuse |
|
|
|
| 31 Mar 2015 10:40 AM |
If you think you understand quantum physics, you don't understand quantum physics.
Another
If a man says he can think about quantum problems without getting giddy, that only shows he has not understood the first thing about them. |
|
|
| Report Abuse |
|
|
OldGoldie
|
  |
| Joined: 17 Aug 2010 |
| Total Posts: 8210 |
|
|
| 31 Mar 2015 04:51 PM |
wow I'm so stupid I accidentally did and instead of or... GG |
|
|
| Report Abuse |
|
|