XANSYS Message: 41126 [Go back to message list] [bookmark on del.icio.us]
No rating yet Subject: Re: [APDL] *vread with mixed character/number array Author: Bob Weathers Date: 2002-08-26 15:10:00I really like JAS's thoughts about *GETting the line number that a text string appears in. It would be handy if it were implemented as a GET function. Maybe something along the line of
FindLine(MyText,nOccur)
where MyText is the string (up to 32 characters) you're looking for and nOccur is the nth occurrence (default 1).