...first command mwrite is more general.
It can write an array which has more columns than one to a file.
!Create array and fill with ramped values
*dim, arr, array, 15,1
*vfill, arr, ramp, 0, 100.1
*mwrite, arr, arr1, txt
(F16.2)
*cfopen,arr2,txt
*vwrite,arr(1)
(F16.2)
*cfclose
This is...