A new PB library

Windows specific forum
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by Mr.Skunk.

a string library with 3 functions :
- Using() to format a number as a string (various possibilities, but only INTEGER for the moment, as the actual version of PB doesn't handle Floats).
- StripAll() to remove all the occurences of a string in another string.
- Space() to create a buffer, in fact an empty NULL teminated string (often needed with api call).

Download at my site : http://www.skunknet.fr.st

PS : Is anyone know how to divide a binary number by 10 without using the 'DIV' which is very slow...???

Mr Skunk

Edited by - mr.skunk on 30 June 2001 20:11:59