Search found 10 matches

by Gerhard P.
Sat Oct 19, 2013 9:54 pm
Forum: General category
Topic: Array of Objects
Replies: 5
Views: 9291

Array of Objects

Hello Angel,

this was August 2012.
Do you know if its possible in version February 2013?

Gerhard
by Gerhard P.
Sat Oct 19, 2013 6:29 pm
Forum: General category
Topic: Array of Objects
Replies: 5
Views: 9291

Array of Objects

I found this one for myself:
http://www.fnxbasic.com/cgi-bin/yabb2/YaBB.pl?num=1263328863

So the question is answered.

Thanks
Gerhard
by Gerhard P.
Sat Oct 19, 2013 12:00 am
Forum: General category
Topic: Array of Objects
Replies: 5
Views: 9291

Array of Objects

Hello,

does anyone have an example of how to do an array of objects?
I`m using version Feb. 2013.

Thank you
Gerhard
by Gerhard P.
Sat Oct 12, 2013 12:34 pm
Forum: General category
Topic: StrPtr() in FNX
Replies: 5
Views: 8833

StrPtr() in FNX

Thank you cvirus.
I`ll do it that way.

Gerhard
by Gerhard P.
Sat Oct 12, 2013 11:48 am
Forum: General category
Topic: StrPtr() in FNX
Replies: 5
Views: 8833

StrPtr() in FNX

Yes. This seems to be correct.
So I think this could not be directly done ind FNX.
varptr requires a numeric variable, strptr a string.

Any suggestions how it can be done?
by Gerhard P.
Sat Oct 12, 2013 9:23 am
Forum: General category
Topic: StrPtr() in FNX
Replies: 5
Views: 8833

StrPtr() in FNX

Hello,

can anyone tell me FNX`s equivalent of VB`s StrPtr(var) ?

Thank you
Gerhard
by Gerhard P.
Mon Sep 30, 2013 10:09 pm
Forum: General category
Topic: Read INI-Section with API-function
Replies: 4
Views: 8458

Read INI-Section with API-function

Now I found a solution for the above Problem:    Dim sFile as String    Dim szBuf as String    sFile = "C:Test.ini"    szBuf = Space$(10240)       GetPrivateProfileSection.lpAppName = "MainMenu"    GetPrivatePr...
by Gerhard P.
Sat Sep 28, 2013 10:03 pm
Forum: General category
Topic: Read INI-Section with API-function
Replies: 4
Views: 8458

Read INI-Section with API-function

Hello to all !Maybe someone has a solution for this Problem.I need to read all keys and values of a specified INI-Section. So I try to use the API-function "GetPrivateProfileSection".This is the declaration:Declare GetPrivateProfileSection as "GetPrivateProfileSectionA" of "...
by Gerhard P.
Tue Sep 17, 2013 3:44 pm
Forum: General category
Topic: Languagefiles for IdealEditor 1.1
Replies: 7
Views: 15257

Languagefiles for IdealEditor 1.1

Hello Angel,ok. I change the filename to aleman.lng and send the zip-file to Marco. Maybe he is able to post the file.Changing the filename from "German.lng" to "Aleman.lng" works. So the language can be changed to German in the options of IdealEditor.If you do some changes, then...
by Gerhard P.
Tue Sep 17, 2013 11:54 am
Forum: General category
Topic: Languagefiles for IdealEditor 1.1
Replies: 7
Views: 15257

Languagefiles for IdealEditor 1.1

Hello to all,years ago, I think it was at the first release of FNXBasic I did a translation of the languagefile from english zu german.Now I did this again for the current version of the IdealEditor 1.1. This is realy a great tool. So I decided to do this translations.As I did this, I`ve found some ...