![]() |
sponsored links |
|
|
sponsored links
|
|
1
20th April 20:47
External User
Posts: 1
|
Hi everyone,
I am wondering if I can write this cleaner? $weightExplode = explode(".", $totalWeight); $explodetest = "."; $explodetest .= $weightExplode[1]; $explodetest = $explodetest*16; I'm hoping I've missed something... Basically I just need to include the "." in $weightExplode[1] before I multiply it by 16. That's the only part that is confusing me right now... Any ideas? -- Jason Pruim Raoset Inc. Technology Manager MQC Specialist 3251 132nd ave Holland, MI, 49424-9337 http://www.raoset.com japruim@raoset.com |
|
|