[U2] Universe abort

2009-04-16 Thread Teri Henry
The below noted error was received during a repetitive (once per hour) series of functions executed within a phantom process. I restarted the process and it continues to run without error. Where do I begin looking for causative factors? Is this simply a permissions issue or does it point to

[U2] Re: [UV] Passing a string when a Matrix is expected

2009-04-16 Thread Jacques G.
I came accross a case in legacy code where a subroutine is defined to accept some matrixes as parameter ei: SUBROUTINE FOOBAR(TXT, MAT A, MAT B, MAT C, MAT D, OPTION) One of the calling programs that makes use of this subroutine does this: CALL FOOBAR(HELLO, , , , , WORLD) Instead of passing

RE: [U2] Re: [UV] Passing a string when a Matrix is expected

2009-04-16 Thread Brian Whitehorn
INMAT() looks like it may do the job for you. HTH. INMAT function _ SYNTAX INMAT ( [array] ) DESCRIPTION Use the INMAT function to return the number of array elements that have been loaded after