Double extended precision in Purebasic

Share your advanced PureBasic knowledge/code with the community.
User avatar
geoff
Enthusiast
Enthusiast
Posts: 128
Joined: Sun Apr 27, 2003 12:01 am
Location: Cornwall UK
Contact:

Double extended precision in Purebasic

Post by geoff »

Last edited by geoff on Mon Jun 09, 2003 10:54 am, edited 19 times in total.
Tranquil
Addict
Addict
Posts: 952
Joined: Mon Apr 28, 2003 2:22 pm
Location: Europe

Post by Tranquil »

WOW! Thats it! Very very very good work!!!!

Many thanks for sharing this one!
Tranquil
tejon
User
User
Posts: 29
Joined: Sat May 17, 2003 12:38 am

Post by tejon »

:!:
Last edited by tejon on Wed May 21, 2003 11:15 am, edited 1 time in total.
Hi-Toro
Enthusiast
Enthusiast
Posts: 269
Joined: Sat Apr 26, 2003 3:23 pm

Problem...

Post by Hi-Toro »

This sounds like *exactly* what I've been looking for! Only problem is, I'm getting an error on running, where PB 3.62 says "Line 352: LSet() : Incorrect number of of parameters."

According to the quick-help, this is using the correct number of parameters. Anyone have any ideas on what might be wrong?
James Boyd
http://www.hi-toro.com/
Death to the Pixies!
User avatar
geoff
Enthusiast
Enthusiast
Posts: 128
Joined: Sun Apr 27, 2003 12:01 am
Location: Cornwall UK
Contact:

Post by geoff »

Last edited by geoff on Mon Jun 09, 2003 10:54 am, edited 11 times in total.
Doobrey
Enthusiast
Enthusiast
Posts: 218
Joined: Sat Apr 26, 2003 4:47 am
Location: Dullsville..population: me
Contact:

Re: Problem...

Post by Doobrey »

Hi-Toro wrote:Only problem is, I'm getting an error on running, where PB 3.62 says "Line 352: LSet() : Incorrect number of of parameters."
I had the same error message a while back..I was using the same number of parameters as the manual said... tore my hair out, shouted at the computer, punched it a few times..

Then I realised it was a because of a userlib having a command of the same name (LSet) but a different number of parameters !!

Got a sneaky feeling it might be the StringLibraryEx file in userlibs..
Hi-Toro
Enthusiast
Enthusiast
Posts: 269
Joined: Sat Apr 26, 2003 3:23 pm

A-ha!

Post by Hi-Toro »

You were absolutely right, Doobrey -- thanks! Also, thanks to Geoff for this stuff -- should be very useful :)
James Boyd
http://www.hi-toro.com/
Death to the Pixies!
Fred
Administrator
Administrator
Posts: 18224
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

What was the userlibs which clashed ? This kind of error should be reported. If you can mail it to me at fred@purebasic.com...
Hi-Toro
Enthusiast
Enthusiast
Posts: 269
Joined: Sat Apr 26, 2003 3:23 pm

This one...

Post by Hi-Toro »

It was StringLibraryEx -- I wouldn't have reported a 3rd party library clashing as a PB bug though...!
James Boyd
http://www.hi-toro.com/
Death to the Pixies!
Post Reply