[EMAIL PROTECTED] wrote on 08/31/2006 05:42:44 AM:

> --------> CUT HERE <-------
> 
>       SUBROUTINE stdValue( FileName, FieldName, Id, Record, Value )
> ....
>       Open "DICT", FileName To DFL Else
>          RETURN
>       End
>       Read DictRec From DFL, FieldName Else
>          RETURN
>       End
> 
>       @Id = Id
>       @Record = Record
>       @Dict = FileName

Does this last statement work? According to the UniBasic Command Ref, 
@DIST should be set to the file handle DFL from an open statement, not a 
file name.  The example in the docs goes like this:

OPEN 'DICT','ORDERS' TO @DICT ELSE
   STOP 'NO DICTIONARY FOR ORDERS FILE'
END

If yours works, it must be one of those many undocumented features of 
Unidata.

> ....
>       RETURN 
> <---- End cut  ---->


______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
Our company accepts no liability for the content of this email, or for the 
consequences of any actions taken on the basis of the information
provided, unless that information is subsequently confirmed in writing.
Any views or opinions presented in this email are solely those of the 
author and do not necessarily represent those of the company.
WARNING: Computer viruses can be transmitted via email.
The recipient should check this email and any attachments for the 
presence of viruses. The company accepts no liability for any damage 
caused by any virus transmitted by this email.
11/29/2003 ACE Software, LLC
-------
u2-users mailing list
[email protected]
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to