PB 4.beta5 (polish chars):
Debug LCase("ĄŚĘŻŹĆŃŁÓ") = ĄŚĘŻŹĆŃŁÓ
Debug UCase("ąśężźćńłó") = ąśĘżźĆŃłÓ
PB 3.94
Debug LCase("ĄŚĘŻŹĆŃŁÓ") = ĄŚęŻŹćńŁó
Debug UCase("ąśężźćńłó") = ąśĘżźĆŃłÓ
Windows XP Pro (Eng).
Piotr
Search found 8 matches
- Fri Mar 03, 2006 12:38 pm
- Forum: Coding Questions
- Topic: German umlauts in LCase and UCase?
- Replies: 2
- Views: 1566
- Tue Apr 05, 2005 1:31 pm
- Forum: Announcement
- Topic: PlanetSquires - Cheetah DataBase is now FREEWARE
- Replies: 22
- Views: 10257
- Mon Apr 19, 2004 7:33 pm
- Forum: General Discussion
- Topic: SQLite-lib - crash on exit
- Replies: 8
- Views: 2143
- 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 ...
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 ...
- 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
"Rapid application development tools, part 2: Visual Linux BASICs"
http://www.devchannel.org/devtoolschann ... 2209.shtml
Piotr
- Tue Dec 30, 2003 10:56 pm
- Forum: General Discussion
- Topic: Translators needed...
- Replies: 35
- Views: 8079
- Sun Nov 30, 2003 4:47 pm
- Forum: Coding Questions
- Topic: Ordering PureBasic
- Replies: 2
- Views: 1481
- 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 ...
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 ...