-=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- (c) WidthPadding Industries 1987 0|367|0 -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=-




Dan

Postfix evalution function.

12th September 2020
Hi,
this is my try at the postfix evaluation.
[code]
Global stackmax=100, stackpos=0, postfixmax=100, postpos=0, postitems=0, stackerror=0
Dim stack$(stackmax)
Dim postfix$(postfixmax)
;******* demo **********
Dim calc$(10)
calc$(00)=''1 2 + 3*snip*


Dan

String byte packer/unpacker (crucher ?!)

29th February 2020 Blitz, Windows
Pack/crunch a string, containing 2 bytes data


Dan

Bitmapfont as text

18th November 2018 Blitzbasic, Windows
Bitmap fonts as easy as text. Color is changeable with the color statement.
This was made only for one font (at time), but can be expanded to use multiple fonts. For example, replacing img_font, img_char and Fontstring$ for arrays.
This is for monospace*snip*


Dan

GetDrive$ - create a list of available drive letters

2nd November 2018 Blitz, Windows
Create a list of available drive letters


Dan

Blitz Eye's

1st November 2018
Now blitzbasic has eye's, too !


Dan

Extract image width+height without loading - bb3d

28th October 2018 Blitz, Windows
Reads image information from bmp/jpg/png/tga/gif without loading the file


Dan

Ploted

16th June 2018 Blitz, Windows
Ploted

More - Older Posts