![]() |
|
#1
|
|||
|
|||
Here is a function that wraps calls around the write function and allows multiple arguments:
Code:
def writeData(f,*args): f.write(''.join([str(v) for v in args])) Code:
writeData(tracking_data,'*** Reached point ' + letter + 'in', clock(), 'seconds' + '\n') |
#2
|
|||
|
|||
Thank you for the help. I really appreciate it.
|
![]() |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Flock of Birds recognized, but no data sent | sjroorda | Vizard | 9 | 03-01-2016 08:48 PM |
data glove navigation | arielasso | Vizard | 6 | 10-24-2007 02:15 PM |
Data Files | betancourtb82 | Vizard | 6 | 05-04-2006 02:43 PM |
Get position data in an own little program | Researcher | Precision Position Tracker (PPT) | 2 | 02-01-2006 02:55 AM |
tracking using quaternarion data | jfreeman | Vizard | 2 | 06-01-2005 08:48 AM |