Demonicman
01-01-2015, 03:49 AM
Ok this might be a stupid question, but is it possible to use a variable in a number with decimals past the decimal point
For example:
$A=1;
$B='5.46'.$A.'742'; \\Or the following
$B='5.46$A742';
Obviously that wont work (At least I dont think it wont, it makes no sense) but you get the general idea of what I am trying to do.
For example:
$A=1;
$B='5.46'.$A.'742'; \\Or the following
$B='5.46$A742';
Obviously that wont work (At least I dont think it wont, it makes no sense) but you get the general idea of what I am trying to do.