Search found 5 matches
- Wed Mar 12, 2008 4:47 pm
- Forum: Beginners
- Topic: How to delete items in a ListBox?
- Replies: 2
- Views: 4546
How to delete items in a ListBox?
I'm trying to use a ListBox as an Eventlist. You can insert Events by clicking a button. So you don't know the names of the events. How can i access (selected) items for instance to delete them from the ListBox. This is a simplification of what i'm trying to do: Dialog>Dialog1 Caption=Example Width=...
- Fri Oct 19, 2007 9:02 pm
- Forum: Beginners
- Topic: Comparing two floats
- Replies: 8
- Views: 7936
- Fri Oct 19, 2007 8:50 pm
- Forum: Beginners
- Topic: Comparing two floats
- Replies: 8
- Views: 7936
i already tried this, but it results in an error message:
http://img142.imageshack.us/my.php?imag ... msgna3.png
the message means something like "error - subroutine/label 5 not found!"
http://img142.imageshack.us/my.php?imag ... msgna3.png
the message means something like "error - subroutine/label 5 not found!"
- Fri Oct 19, 2007 8:44 pm
- Forum: Beginners
- Topic: Comparing two floats
- Replies: 8
- Views: 7936
hmm the result for your sourcecode is this:
http://img85.imageshack.us/my.php?image=cmpxo7.jpg
@JRL: of course you could do this, but its not a very good way to compare two floats. i would wonder if there is no better possibility
http://img85.imageshack.us/my.php?image=cmpxo7.jpg
@JRL: of course you could do this, but its not a very good way to compare two floats. i would wonder if there is no better possibility
- Fri Oct 19, 2007 8:01 pm
- Forum: Beginners
- Topic: Comparing two floats
- Replies: 8
- Views: 7936
Comparing two floats
i try to compare a (computed) value to a constant value like this: let>x=5/8 if>%x%>0.5 actually the value of x is 0,625 and the condition should be true. but in the if-condition x seems to be interpreted as an integer value and "if>%x%>0,5" doesn't work. can anyone tell me how to compare two floats...