GetDatabaseString() optional Format parameter

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
infratec
Always Here
Always Here
Posts: 7588
Joined: Sun Sep 07, 2008 12:45 pm
Location: Germany

GetDatabaseString() optional Format parameter

Post by infratec »

Hi,

at the moment I have the problem that I need to compile my program in ASCII,
else I don't get readable DatabaseError() strings.
But when I do this, I get wrong results from GetDatabaseString().

It would be nice to have the optional Format parameter like on other string functions too.

Bernd
Fred
Administrator
Administrator
Posts: 18162
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: GetDatabaseString() optional Format parameter

Post by Fred »

The DataBaseError() issue seems a bug, can you post an example ?
infratec
Always Here
Always Here
Posts: 7588
Joined: Sun Sep 07, 2008 12:45 pm
Location: Germany

Re: GetDatabaseString() optional Format parameter

Post by infratec »

Already done: Linux bugs section
Post Reply