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




Dan

String byte packer/unpacker (crucher ?!)

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


Hotshot

Lotto Number

9th April 2015 Blitz Max, Windows
Shortest Lotto Number
[code]
SeedRnd MilliSecs()
For i=1 To 6
j=Rnd(49)
If j=0 Then j=Rnd(49)
Print j
Next
WaitKey
[/code]


Jayenkai

MoneyDisplay

19th July 2010 Blitz Max
Just needed this, thought others might want it.
[code]
Function MoneyDisplay$(fn,ftxt2$=''$& quot;)
ftxt$=''''
ftxt3$=fn
fx=0
For fn=Len(ftxt3$) To 1 Step -1
ftxt$=Mid$(ftxt3$,fn,1)+ftxt$
fx=fx+1
If fx=3 And fn>1 Then ftxt$=&quot*snip*


mike_g

Fast Colour Blending Function

23rd August 2007 Blitz
Heres a fast colour blending function using some techniques I was shown over on the DBF boards. I thought I would share it as its something I find it useful. It avoids floating point maths and RGB colour conversions.
[edit]Oh, and the alpha component shou*snip*


Teasy

String Library

10th August 2007 Blitz
General purpose text handling and manipulation routines. Version 2011-07-18.


Jayenkai

Bezier Curves

10th August 2007 Blitz
Useful for making lines!


Jayenkai

JNKrunch (v0.2 - Postable)

30th April 2007 Blitz
Forum Postable Compression.


Jayenkai

Split Text

30th April 2007 Blitz
Grabs a bit of text from a string, based upon given parameters


Jayenkai

JNKrunch (v0.1)

15th April 2007 Blitz
Simple compression for Level data.


Jayenkai

Formatted Milliseconds

15th April 2007 Blitz
Display the time in a series of ways.


Blitz3Dman

Root() function

14th April 2007 Blitz
Much more powerful than Blitz Sqr() function


mike_g

Type Handle Example

10th April 2007 Blitz
Heres some example code of using a handle to get types. I dident write this, it was originally posted on CW by Bram32, but its a good explanation and a useful thing to know so here it is:
[code]
Type enemy
Field x
Field y
End Type
;make an ar*snip*


JL235

List v.1.2

8th December 2006 Blitz Max
Dynamic Arrays in Blitz Max


JL235

Dynamic Array v.1.2

7th December 2006 Blitz, Windows
Dynamic Arrays in Blitz

More - Older Posts