Posted 25 November 2017 - 02:57 AM
Hey guys, I'm fairly new to coding and only understand the very basic fundamentals of using computercraft. I've come across a problem that isn't really a huge deal by itself, but it sill manages to bother me a little.
I'll post an example of my problem here:
So I have two variables.
R = Bill
P = Nye
print(R..""..P)
The outcome here is:
BillNye
is there any way to put a space in between attached strings?
I could just type print("Bill Nye") but what's the fun in that?
Is there a way to solve this problem or a workaround to fix it?
Anyway, sorry to bother you all with my stupid crap, i'm just a scrub tryina learn ;)/>
I'll post an example of my problem here:
So I have two variables.
R = Bill
P = Nye
print(R..""..P)
The outcome here is:
BillNye
is there any way to put a space in between attached strings?
I could just type print("Bill Nye") but what's the fun in that?
Is there a way to solve this problem or a workaround to fix it?
Anyway, sorry to bother you all with my stupid crap, i'm just a scrub tryina learn ;)/>