Skip to Search
Skip to Navigation
Skip to Content
Community
|
Code
|
Docs
|
Downloads
▼
Perl
Python
Tcl
Komodo IDE
|
more
▼
Lists
Support
PPM Index
PyPM Index
Welcome, guest
|
Sign In
|
My Account
|
Store
|
Cart
ActiveState Code
»
Recipes
Languages
Tags
Authors
Sets
Recipe 364232 revision 1
# Convert to MB proc toMB {n} { return [expr {$n / (1024*1024)}] }
« Back to Recipe 364232
History
revision 1
(19 years ago)
x
Undo