Hello,
I'm new to PB and I want to learn.
first of all, I want to know where I could find
a more detailed help for PB/DOS with example codes.
The one provided with PB35 doesn't help me alot,
because I can't find too much examples.
then, I have this situation:
...my code here...
mtimer
call mysub
print mtimer
...my code continues here...
I want to know how much time it takes to run the sub.
All I get is the value 0 (zero).
What am I doing wrong?
Thanks for your time and help.
Alex Ciurea
I'm new to PB and I want to learn.
first of all, I want to know where I could find
a more detailed help for PB/DOS with example codes.
The one provided with PB35 doesn't help me alot,
because I can't find too much examples.
then, I have this situation:
...my code here...
mtimer
call mysub
print mtimer
...my code continues here...
I want to know how much time it takes to run the sub.
All I get is the value 0 (zero).
What am I doing wrong?
Thanks for your time and help.
Alex Ciurea
Comment