mirror of
https://github.com/sfall-team/sfall.git
synced 2026-07-27 16:52:34 -07:00
Added support for sorting associative arrays by keys or values (from Mr.Stalin)
This commit is contained in:
@@ -169,6 +169,7 @@ Example:
|
||||
- if used on list, "key" must be numeric and within valid index range (0..size-1)
|
||||
- if used on map, key can be of any type
|
||||
- to "unset" a value from map, just set it to zero (0)
|
||||
- NOTE: to add a value of 0 for the key, use the float value (0.0)
|
||||
- this works exactly like statement:
|
||||
arrayID[key] := value;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user