Clear: Difference between revisions

From Kolmafia
Jump to navigation Jump to search
imported>StDoodle
Created page with '{{ #vardefine:name|clear}}{{ #vardefine:return_type|void}}{{ FunctionPage| name={{#var:name}}| function_category=Miscellaneous| function1={{Function| name={{#var:name}}| aggreg…'
 
imported>Bale
mNo edit summary
Line 5: Line 5:
FunctionPage|
FunctionPage|
name={{#var:name}}|
name={{#var:name}}|
function_category=Miscellaneous|


function1={{Function|
function1={{Function|
Line 22: Line 21:
see_also={{SeeAlso|count|file_to_map|map_to_file}}|
see_also={{SeeAlso|count|file_to_map|map_to_file}}|
}}
}}
[[Category:Miscellaneous Functions]]

Revision as of 05:31, 22 May 2010

needs(code_samples);

Function Syntax

void clear(aggregate map )

  • map is the aggregate to clear

Clears the aggregate map of all its keys & data.

See Also

count() | file_to_map() | map_to_file()