Search found 5 matches

by Kunutsu
Wed Mar 12, 2008 4:47 pm
Forum: Beginners
Topic: How to delete items in a ListBox?
Replies: 2
Views: 4520

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=...
by Kunutsu
Fri Oct 19, 2007 9:02 pm
Forum: Beginners
Topic: Comparing two floats
Replies: 8
Views: 7865

yes this is working. :)
by Kunutsu
Fri Oct 19, 2007 8:50 pm
Forum: Beginners
Topic: Comparing two floats
Replies: 8
Views: 7865

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!"
by Kunutsu
Fri Oct 19, 2007 8:44 pm
Forum: Beginners
Topic: Comparing two floats
Replies: 8
Views: 7865

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
by Kunutsu
Fri Oct 19, 2007 8:01 pm
Forum: Beginners
Topic: Comparing two floats
Replies: 8
Views: 7865

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...
Sign up to our newsletter for free automation tips, tricks & discounts