peaveyyyy / Publications
Forum
Structs mess with things, and I can't see why...
Why does this not work? overshoots is an array of struct... int h= FileOpen ( "test.csv" , FILE_WRITE | FILE_ANSI | FILE_CSV , "," ); if (h== INVALID_HANDLE ) { Comment ( "Error opening file" ); } int _size = ArraySize (overshoots); for ( int i= 0 ;i<_size;i++) { FileWrite