Page 2 of 2

Posted: Wed Feb 18, 2004 1:04 am
by Pupil
Perhaps they have a 3:rd party lib that interferes?

Posted: Wed Feb 18, 2004 1:27 am
by GedB
Perhaps theres something corrupting when the code is cut and paste from the browser.

Is there any chance you could provide the file as a download?

Posted: Wed Feb 18, 2004 1:48 am
by Dare2
The code is great and works.

So does RSet, however a while back in a project I ran into the same problem and ended up doing a workaround:

  ProcedureReturn Right(ReplaceString(RSet(str,sz)," ","0"),sz)

I thought maybe a later version of PB had dropped the fill character option and the docs hadn't caught up. But now I try again and ProcedureReturn RSet(str,sz,"0") works. Go figure.

Posted: Wed Feb 18, 2004 1:55 pm
by dell_jockey
I'm stumped too.

Tomorrow, I'll check the source file with a hex editor, perhaps something was injected by the cutting it from this forum and pasting it into the IDE, something that stumps the PB parser as well...

Posted: Fri Feb 20, 2004 3:09 pm
by tejon
..

Posted: Thu Mar 11, 2004 11:12 am
by dell_jockey
Problem solved:

I found out, that installing PB versions over one another is a bad idea. I had a 3.8 demo and after registering, I installed 3.81 over the old demo 3.8. Bad idea!
After starting with a clean slate and installing PB anew, the problem went away.

Posted: Fri Mar 12, 2004 1:38 am
by Doobrey
tejon wrote:i am stumped, it compiles just fine on my machine.
does anyone else have problems compiling the updated routine :?:
Do those of you having problems compiling this have the StringLibraryEx userlibrary installed?
Could be a clash in commands, as that lib has a command called RSet().

Posted: Fri Mar 12, 2004 2:42 am
by GeoTrail
Worked fine here.
Freshly installed 3.81 on WinXP w/SP2.

Posted: Sat Mar 13, 2004 3:42 am
by TronDoc
both the download version
and cutNpaste from forums
(although there are
differences in the code)
still works here v3.81
Joe

Posted: Mon Feb 23, 2009 12:15 pm
by djes
Doesn't work anymore with 4.30.

Posted: Mon Feb 23, 2009 12:55 pm
by Kaeru Gaman
wow... EPIC BUMP :o

... not surprizing for me a code for 3.81 doesn't work with 4.30

perhaps anyone kept the include updated thru the versions? Image

Posted: Mon Feb 23, 2009 1:20 pm
by djes
Kaeru Gaman wrote:wow... EPIC BUMP :o

... not surprizing for me a code for 3.81 doesn't work with 4.30

perhaps anyone kept the include updated thru the versions? Image
I know, I found it in my hd and as it was interesting, I thought that maybe we have forgot it ;)

Posted: Mon Feb 23, 2009 2:45 pm
by Mistrel
A very useful library. I wouldn't mind tackling it.. if it wasn't written in assembly. :wink:

Posted: Thu Feb 26, 2009 2:09 am
by MikeB
I don't know what's happening here, I have been using Eval() since downloading a version October 2005, but after copying and pasting this one I get "C.5ADA82B70B59E0000e-0017" returned whatever I enter. Even something simple like “debug eval("25*5")”.

The previous version works perfectly and has been used by me in my calculator program almost everyday for years, which is why I can't understand what's happening with this version.


EDIT while typing this it seems the answer has been supplied, V4.30

Posted: Sat Feb 28, 2009 3:19 pm
by Little John
Here on the German forum is something similar, which works for PB 4.30, does not contain ASM code, and can easily be extended.

Regards, Little John