 |
AutoHotkey Community Let's help each other out
|
| Author |
Message |
Topic: Case/Switch |
slotboxed
Replies: 28
Views: 5425
|
Forum: Wish List Posted: Tue Mar 07, 2006 9:34 am Subject: Case/Switch |
It may be useful to read how php does it:
$filesizeStr = "4.37GB";
$sizevalue = (float) substr($filesizeStr, 0, -2);
$sizemult = substr($filesizeStr, -2, 1);
$b ... |
| |
| Page 1 of 1 |
All times are GMT |
Powered by phpBB © 2001, 2005 phpBB Group
|