Search found 8 matches

by Piotr
Fri Mar 03, 2006 12:38 pm
Forum: Coding Questions
Topic: German umlauts in LCase and UCase?
Replies: 2
Views: 1566

Re: German umlauts in LCase and UCase?

PB 4.beta5 (polish chars):

Debug LCase("ĄŚĘŻŹĆŃŁÓ") = ĄŚĘŻŹĆŃŁÓ
Debug UCase("ąśężźćńłó") = ąśĘżźĆŃłÓ

PB 3.94

Debug LCase("ĄŚĘŻŹĆŃŁÓ") = ĄŚęŻŹćńŁó
Debug UCase("ąśężźćńłó") = ąśĘżźĆŃłÓ

Windows XP Pro (Eng).

Piotr
by Piotr
Tue Apr 05, 2005 1:31 pm
Forum: Announcement
Topic: PlanetSquires - Cheetah DataBase is now FREEWARE
Replies: 22
Views: 10257

That's how I understood it as well. Let's see what Paul responds ;)

http://www.powerbasic.com/support/forums/Forum8/HTML/003117-2.html


What happens, if Cheetah would become a part of a software that is beeing sold commercially?
Is it still freeware or should it need a separate licence ...
by Piotr
Mon Apr 19, 2004 7:33 pm
Forum: General Discussion
Topic: SQLite-lib - crash on exit
Replies: 8
Views: 2143


EDIT: funny, works here. Anyway, I hope this will be fixed since I'm rewriting the lib from scratch (it'll use the same syntax).

It's surprising 8O Probably problem depends on data from SQL query. In case of my database query returns all records (580). I've tested it with simple SELECT COUNT ...
by Piotr
Sat Apr 17, 2004 1:02 pm
Forum: General Discussion
Topic: SQLite-lib - crash on exit
Replies: 8
Views: 2143

SQLite-lib - crash on exit

This code (SQLite-lib 1.33, SQLite 2.8.13, PB 3.90):


Result.l
Handle.l
DbIndex.l
i.l
Max.l

OpenConsole()

Print("Number of iterations: ")
ile$ = Input()
Max = Val(ile$)
PrintN("")

If InitSQLite("sqlite.dll")
; ok
Else
PrintN("SQLite Error: Can't open sqlite.dll")
EndIf

For i = 1 To Max ...
by Piotr
Sun Feb 15, 2004 9:40 pm
Forum: Linux
Topic: Linux Basic article
Replies: 1
Views: 1802

Linux Basic article

This is a link to article about Linux Basics (with small PB description), which I found today:

"Rapid application development tools, part 2: Visual Linux BASICs"

http://www.devchannel.org/devtoolschann ... 2209.shtml


Piotr
by Piotr
Tue Dec 30, 2003 10:56 pm
Forum: General Discussion
Topic: Translators needed...
Replies: 35
Views: 8079

I can translate to Polish, if it is easy and not too big ;-).

Piotr
by Piotr
Sun Nov 30, 2003 4:47 pm
Forum: Coding Questions
Topic: Ordering PureBasic
Replies: 2
Views: 1481

Fred wrote:I should have overlooked your mail, sorry for the inconvenience. All should be sorted out now. Welcome !
OK. Thanks.

Piotr
by Piotr
Sun Nov 30, 2003 12:38 am
Forum: Coding Questions
Topic: Ordering PureBasic
Replies: 2
Views: 1481

Ordering PureBasic

I placed my order for PB on tuesday (25.11). In few minutes got email with confirmation "payment accepted", but since that nothing more.
I send e-mail to support@purebasic.com and alphasnd@purebasic.com, and I am still waiting. Because I had never before used VISA on-line I think that something has ...