TI-994A, many thanks!
Wow! It took you what, about a day, to do that! I've been working on mine since the middle of last month. I started out in VB6, then tried to do it in VB2005, then finally started looking for something in open source vein, when I found Pure. So what I have done so far is more ...
Search found 11 matches
- Wed Feb 11, 2015 6:21 am
- Forum: Coding Questions
- Topic: Difference between ASCII and Unicode
- Replies: 19
- Views: 5347
- Mon Feb 09, 2015 6:37 pm
- Forum: Coding Questions
- Topic: Difference between ASCII and Unicode
- Replies: 19
- Views: 5347
Re: Difference between ASCII and Unicode
Gentlemen,
Thank you all for your comments. Demivec and Little John, I am considering your corrections, and will probably use them. Thanks.
idle, I do not know how to use a Map, but I will read up on it, and maybe that is the best way to go.
Is there other documentation available for PureBasic?
I ...
Thank you all for your comments. Demivec and Little John, I am considering your corrections, and will probably use them. Thanks.
idle, I do not know how to use a Map, but I will read up on it, and maybe that is the best way to go.
Is there other documentation available for PureBasic?
I ...
- Sun Feb 08, 2015 10:57 pm
- Forum: Coding Questions
- Topic: Difference between ASCII and Unicode
- Replies: 19
- Views: 5347
Re: Difference between ASCII and Unicode
Sure, Demivec, here's the first chapter of Matthew.
Mat 1:1 La libro de la genealogio de Jesuo Kristo, filo de David, filo de Abraham.
Mat 1:2 Al Abraham naskigis Isaak, kaj al Isaak naskigis Jakob, kaj al Jakob naskigis Jehuda kaj liaj fratoj,
Mat 1:3 kaj al Jehuda naskigis Perec kaj Zeraĥ el ...
Mat 1:1 La libro de la genealogio de Jesuo Kristo, filo de David, filo de Abraham.
Mat 1:2 Al Abraham naskigis Isaak, kaj al Isaak naskigis Jakob, kaj al Jakob naskigis Jehuda kaj liaj fratoj,
Mat 1:3 kaj al Jehuda naskigis Perec kaj Zeraĥ el ...
- Sun Feb 08, 2015 10:16 pm
- Forum: Coding Questions
- Topic: Difference between ASCII and Unicode
- Replies: 19
- Views: 5347
Re: Difference between ASCII and Unicode
By the way, this is the output I'm trying to get (the program isn't complete, yet):
Abija Mat 1:7(2),
Abiud Mat 1:13(2),
Abraham Mat 1:1, 1:2, 1:17,
adorklinig^i Mat 2:2, 2:8,
adorklinig^is Mat 2:11,
Ahaz Mat 1:9(2),
Ah^im Mat 1:14(2),
Akridoj Mat. 3.4,
al Mat 1:18, 1:20, 2:4, 2:5, 2:8, 2:11, 2:12 ...
Abija Mat 1:7(2),
Abiud Mat 1:13(2),
Abraham Mat 1:1, 1:2, 1:17,
adorklinig^i Mat 2:2, 2:8,
adorklinig^is Mat 2:11,
Ahaz Mat 1:9(2),
Ah^im Mat 1:14(2),
Akridoj Mat. 3.4,
al Mat 1:18, 1:20, 2:4, 2:5, 2:8, 2:11, 2:12 ...
- Sun Feb 08, 2015 10:07 pm
- Forum: Coding Questions
- Topic: Difference between ASCII and Unicode
- Replies: 19
- Views: 5347
Re: Difference between ASCII and Unicode
Thanks, Little John. The changes have been made, still doesn't work.
- Sun Feb 08, 2015 10:06 pm
- Forum: Coding Questions
- Topic: Difference between ASCII and Unicode
- Replies: 19
- Views: 5347
Re: Difference between ASCII and Unicode
OK, here's the code. I hope I do this correctly.
filehandle.i
txt.s
timesThrough.i
Global Dim concord.s(1)
maxRec.i
; Open the file containing the raw data.
filehandle = PB_Any
result = ReadFile(filehandle, "D:\testfile.txt")
If err > 0
Debug "Error opening file."
End
EndIf
For timesThrough ...
filehandle.i
txt.s
timesThrough.i
Global Dim concord.s(1)
maxRec.i
; Open the file containing the raw data.
filehandle = PB_Any
result = ReadFile(filehandle, "D:\testfile.txt")
If err > 0
Debug "Error opening file."
End
EndIf
For timesThrough ...
- Sun Feb 08, 2015 8:55 pm
- Forum: Coding Questions
- Topic: Difference between ASCII and Unicode
- Replies: 19
- Views: 5347
Difference between ASCII and Unicode
I have a program that reads and massages a text file that is written in Esperanto using the cx, gx, method of doing non-English characters. I have the program written so it handles ASCII text without a problem. When I change the text file so that it has the proper Esperanto characters, which can be ...
- Sat Feb 07, 2015 9:01 pm
- Forum: General Discussion
- Topic: I'm missing my URL to download PureBasic.
- Replies: 9
- Views: 4090
Re: I'm missing my URL to download PureBasic.
I just got a response from Fred. I've downloaded the program, and I'm off to learn what to do with it.
BTW, in case, you don't know it, Fred is a gentleman of the first order: He has already refunded my
accidental overpayment. Thank you, Fred.
Norm
BTW, in case, you don't know it, Fred is a gentleman of the first order: He has already refunded my
accidental overpayment. Thank you, Fred.
Norm
- Fri Feb 06, 2015 9:45 pm
- Forum: General Discussion
- Topic: I'm missing my URL to download PureBasic.
- Replies: 9
- Views: 4090
Re: I'm missing my URL to download PureBasic.
Thanks, everyone.
I have emailed Fred directly; am just waiting for his reply.
Thanks for all your concern.
Norm
I have emailed Fred directly; am just waiting for his reply.
Thanks for all your concern.
Norm
- Fri Feb 06, 2015 8:52 pm
- Forum: General Discussion
- Topic: I'm missing my URL to download PureBasic.
- Replies: 9
- Views: 4090
Re: I'm missing my URL to download PureBasic.
ts-soft,
Thanks a lot. I will do that.
Norm
Thanks a lot. I will do that.
Norm
- Fri Feb 06, 2015 8:45 pm
- Forum: General Discussion
- Topic: I'm missing my URL to download PureBasic.
- Replies: 9
- Views: 4090
I'm missing my URL to download PureBasic.
On 4 Feb, I initiated a payment through Paypal for 79 euros for PureBasic. Paypal said the transaction did not happen, so I immediately sent another 79 euros. I found out later that both payments went through, so I have paid for PureBasic twice, when I only meant to send one payment. But the heart ...