Author Topic: A few questions (new question):  (Read 903 times)

1. How would you round to the nearest whole number? :I

2. Is there a way to get the front digit in a bl_id?


3. How do scriptGroups work?
« Last Edit: October 10, 2010, 04:16:41 PM by otto-san »

mFloor(%num) rounds down, mCeil(%num) rounds up, mFloatLength(%num,0) to round up or down depending on the decimal value

getSubStr(%id,0,1) ?

getSubStr(%id,0,1) ?
See, I was thinking that, but I wasn't sure since bl_id is a number

See, I was thinking that, but I wasn't sure since bl_id is a number
String <-> integer <-> decimal conversion is automatic

String <-> integer <-> decimal conversion is automatic
Okay then.

Half of me was thinking that

the other half was thinking otherwise


I'd really like to know this. D:

I found out without your help. :U