Qbasicnews.com
Small Function Library - EXENAME, SNO_PRINT, IS_EVEN, etc - Printable Version

+- Qbasicnews.com (http://qbasicnews.com/newforum)
+-- Forum: Qbasic "like" compilers/interpreters (http://qbasicnews.com/newforum/forum-5.html)
+--- Forum: FB Discussion & Programming Help (http://qbasicnews.com/newforum/forum-15.html)
+---- Forum: FB Projects (http://qbasicnews.com/newforum/forum-16.html)
+---- Thread: Small Function Library - EXENAME, SNO_PRINT, IS_EVEN, etc (/thread-9269.html)



Small Function Library - EXENAME, SNO_PRINT, IS_EVEN, etc - TheAdventMaster - 05-11-2006

Download the library here (7kb):
http://fileanchor.com/26299-d

Commands:

SNO_LARGE - Prints a number to screen without e- or e+
SNO_FLOAT - Prints a decimal number to screen without e- or e+ (has a decimal point)

EXENAME - Give the name of the EXE (Added because FB only has EXEPATH)

IS_EVEN(expr) - Is the expression even?
IS_ODD(Expr) - Is the expression odd?

Wheel_PSET - Draws a wheel using PSET
Wheel_Line - Draws a wheel using Line
Wheel_Image - Draws a wheel using an image in PSET mode
Wheel_Alpha - Draws a wheel using an image in Alpha mode

More information on the commands can be found in the help file included.

Download the library here (6.41kb):
http://fileanchor.com/26299-d