Page 1 of 1
How to format strings or numbers???
Posted: Tue Jun 10, 2003 10:34 am
by Sensphere
does anybody know how to format a string or a number in pb?
In VB i can use Format(1.33333,"00#.00") to get 001.33 but how
could this be done in pb?
Hope anyone could help me couse i need it for a recent project.
tia
Re: How to format strings or numbers???
Posted: Tue Jun 10, 2003 11:32 am
by PB
> does anybody know how to format a string or a number in pb?
See this thread, but I don't know if it still works with v3.70 (Danilo?):
viewtopic.php?t=4425
Posted: Tue Jun 10, 2003 11:55 am
by Berikco
The lib with the Using() function was originaly from MrSkunk, who is back now....maybe he know?
I believe started working on his libs again.
Posted: Tue Jun 10, 2003 12:18 pm
by Sensphere
Thanks for the quick answers
I tried Mr. Skunks library but unfortunately it seems that
Day() ist declared in another lib too (in date i guess).
PrintUsing library
Posted: Tue Jun 10, 2003 1:34 pm
by Fangbeast
I actually found a Print Using library recently, only done a few weeks ago and it is in German so it should be perfect for you.
Let me know your email and I'll send it to you...Can't remember where I got it from but it's here

Re: PrintUsing library
Posted: Tue Jun 10, 2003 2:35 pm
by Manolo
Fangbeast wrote:I actually found a Print Using library recently, only done a few weeks ago and it is in German so it should be perfect for you.
Let me know your email and I'll send it to you...Can't remember where I got it from but it's here

Hi Fang,
I have very interest in this library. Please, send to me if this is possible.
my email is
vpardo@infonegocio.com
Tnanks for you colaboration.
Regards,
Manolo
Posted: Tue Jun 10, 2003 2:38 pm
by freak
I think he means that lib:
http://www.reelmediaproductions.com/pb/ ... unkLIB.zip
It is the lib from MrSkunk, modified by Danilo, to work with current versions.
Timo
SkunkLib
Posted: Tue Jun 10, 2003 8:47 pm
by Sensphere
Thanks Fangbeast & Freak
i tried the original Lib from Skunk - but the one modified
by Danilo works perfekt with PB 3.70
