Philosophaie
Active Member
- Joined
- Mar 5, 2010
- Messages
- 256
I was wondering if you can wrap a line of code or programming around to the next line:
The "&" sign does not work. Is there anything that does?
Code:
a=Array(datapoint1,datapoint2,datapoint3,datapoint4,datapoint5,datapoint6,
& datapoint7,datapoint8)
The "&" sign does not work. Is there anything that does?