↧
forums/book/136/2
> _Firstly, I apologize for my ignorance in these questions, but these are the first areas in this book that make absolutely no sense to me._ >> I may be overthinking something, but I don't...
View Articleforums/book/136/3
> string.format("%6.3f", 13) = 13.000 >> string.format("%s", "monkey") = monkey >> string.format("%10s", "monkey") = monkey >> string.format("%5.3s", "monkey") = mon Thanks for...
View Articleforums/book/136/4
>> string.format("%6.3f", 13) = 13.000 >>>> string.format("%s", "monkey") = monkey >>>> string.format("%10s", "monkey") = monkey >>>> string.format("%5.3s",...
View Articleforums/book/136/5
Alright, thanks. Now, I understand. Great read, by the way. Picked this up two days ago, and I can't put it down. I was bound to hit some place that I had absolutely no comprehension in. :D
View Article