Search found 30 matches

by Fazer
Wed May 14, 2008 5:21 pm
Forum: General category
Topic: OnKeyPress question
Replies: 5
Views: 7145

OnKeyPress question

The button has an event, which is called "OnKeyPress". It works fine - I know the button must have the focus -, but  how can I find out, which key is pressed?The key table describes the key numbers for keyDown and keyUp events with a variable "key" (format WORD),but how does...
by Fazer
Wed May 14, 2008 4:35 pm
Forum: General category
Topic: File operations ?
Replies: 2
Views: 4311

File operations ?

That brings me really further!

Thank you!
by Fazer
Wed May 14, 2008 12:42 pm
Forum: General category
Topic: File operations ?
Replies: 2
Views: 4311

File operations ?

In the help - file I cannot find any operations to write files, like OPEN, CLOSE, READ, WRITE, APPEND.

Means this, that FNXBasic has no possibility to create, write and read files ?
by Fazer
Tue May 13, 2008 4:12 pm
Forum: General category
Topic: problems with variables in subs
Replies: 6
Views: 7374

problems with variables in subs

[quote author=YaBB Administrator link=1210613239/0#5 date=1210693779]Hi, it is a  `space` bug.
remove the space before the = sign.
and remove the parameters myvalue from the subs, then it works.
best regards[/quote]


This solves all my problems! Many thanks! I`m happy now!
by Fazer
Tue May 13, 2008 1:04 pm
Forum: General category
Topic: problems with variables in subs
Replies: 6
Views: 7374

problems with variables in subs

Many thanks for your help!

But this is very strange and enormous complicated! ? :-?

But I will test it!
by Fazer
Tue May 13, 2008 6:06 am
Forum: General category
Topic: problems with variables in subs
Replies: 6
Views: 7374

problems with variables in subs

[quote author=PaPi link=1210613239/0#1 date=1210619536]The Myvalue is a "global" variable, not a "parameter" of subroutine, because you can`t ?put a variable simultaneously global and local variable.So the subroutines correctly: Sub add0()      Myvalue=Myvalue+&quo...
by Fazer
Mon May 12, 2008 5:27 pm
Forum: General category
Topic: problems with variables in subs
Replies: 6
Views: 7374

problems with variables in subs

I have a problem with variables in subs.I dont know whats wrong here.The following program should write a binary number in a label by clicking on button "1" or "2"to get a binary number e.g. 1001101.But it doesn`t work correctly!Why ?`=======================`Begin CodeDIM myvalue...
by Fazer
Sat May 10, 2008 3:51 am
Forum: examples
Topic: To Admins: upload of .lib files
Replies: 2
Views: 4039

To Admins: upload of .lib files

Thank You !
by Fazer
Fri May 09, 2008 12:36 pm
Forum: examples
Topic: To Admins: upload of .lib files
Replies: 2
Views: 4039

To Admins: upload of .lib files

:`(

Dear Amins!

In the files part of this forum it is not possible to upload files with the extension .lib.
It is always necessary to make a .zip file.

It would be very nice the forum rules could be changed to upload librarys directly.

Fazer

by Fazer
Fri May 09, 2008 12:30 pm
Forum: examples
Topic: units.lib
Replies: 0
Views: 17236

units.lib

This .lib-file contains conversion functions for units
which are commonly used in physics and engineering.
This is uncomplete - I think it will be allways incomplete. The unit world is ruled by chaos.
Perhaps it would be useful for somebody.

Fazer