AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 1 match
AutoHotkey Community Forum Index
Author Message
  Topic: Case/Switch
slotboxed

Replies: 28
Views: 5425

PostForum: 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
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group