XANSYS Message: 40999 [Go back to message list] [bookmark on del.icio.us]
No rating yet Subject: Re: [APDL] *vread with mixed character/number array. Author: Ian Prentice Date: 2002-08-22 09:44:00Three possibilities come to mind, Try using *vlen to skip the character lines (may need a *do loop also). Read in as a character array, then *vwrite to a temporary file without the character lines and re-read as a numeric array. Use system calls to edit the file to remove the offending lines. Ian GEAE
-----Original Message----- Sent: Thursday, August 22, 2002 8:27 AM To: 'xansys@yahoogroups.com'
Greetings,
Does anyone know of a way to *VREAD a column of data that may have a few rows with characters? ANSYS will abort the *VREAD if it encounters any characters in the column. Even using a mask vector to tell ANSYS to skip the character rows does not work. I want ANSYS to ignore the character rows and just read the numbers.