Is it possible to use floating point decimals in a WAITCNT
idbruce
Posts: 6,197
I realize it probably isn't possible, but thought I would ask.
Comments
How long do you want to wait?
Since the WAITCNT waits on the system counter and the counter works in integers, I would say it can't be done.
EDIT: well, Mike G is correct - you can always convert your decimal to integer and then use that, but you can't use decimal directly.
Bruce
I solved the problem that I was having, but I definitely appreciate your input.
Thanks Again
Bruce