Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 503 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 503 Bytes

GRYMMJACK'S MISC LIBRARY

Miscellaneous helpful functions and subs that don't fit anywhere else :)

WHAT'S IN THE LIBRARY

SUB / FUNCTION NOTES
num_fix Returns a number rounded to a fixed number of decimal places
clamp_int Clamps a INTEGER between a minimum and maximum range

USAGE for MISC LIB (separately)

'...your code here...

'Insert at bottom of code:
'$INCLUDE:'path_to_GJ_LIB/MISC/MISC.BM'