| View previous topic :: View next topic |
| Author |
Message |
filip Valued Contributor


Joined: 07 Aug 2004 Posts: 340
|
Posted: Wed Oct 26, 2005 6:14 pm Post subject: Decimalsep dilemma |
|
|
This loop is too long for me...
:loop
wait event,1
goto @event()
I can not use Option Decimalsep,"." to set event value to 0.1
Any bypass for this dilemma...  |
|
| Back to top |
|
 |
Dr. Dread Professional Member


Joined: 03 Aug 2001 Posts: 1065 Location: Copenhagen, Denmark
|
Posted: Wed Oct 26, 2005 6:40 pm Post subject: |
|
|
How about:
wait event,@fdiv(1,10)
Greetz
Dread _________________ ~~ Alcohol and calculus don't mix... Don't drink and derive! ~~
String.DLL * advanced string processing |
|
| Back to top |
|
 |
filip Valued Contributor


Joined: 07 Aug 2004 Posts: 340
|
Posted: Wed Oct 26, 2005 8:43 pm Post subject: |
|
|
yes 1:10=0.1
Thanks DR.Dread
You read my mind...  |
|
| Back to top |
|
 |
|