I have that so far, but my question is what if I don't know what x and y are, but want to print x.y for my stopwatch. do I have to make a case for every possibility?
if x == 1
print 1
else if x == 2
print 2
.
.
.
??
Search found 3 matches
- Thu Dec 04, 2008 8:23 am
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: sending dynamic data
- Replies: 5
- Views: 5419
- Wed Dec 03, 2008 12:44 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: sending dynamic data
- Replies: 5
- Views: 5419
- Wed Dec 03, 2008 10:25 am
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: sending dynamic data
- Replies: 5
- Views: 5419
sending dynamic data
I was wondering how to send dynamic data.
I'm trying to create a stopwatch with the GLK19264-7T-1U. I can output commands and data perfectly in SCI, but don't know how to create it for data that isn't get defined.
for example, I want to output x...and x changes constitently.
I know my question is ...
I'm trying to create a stopwatch with the GLK19264-7T-1U. I can output commands and data perfectly in SCI, but don't know how to create it for data that isn't get defined.
for example, I want to output x...and x changes constitently.
I know my question is ...