RE: [U2] [UD] How to determine the File Name within a dictionary called Subroutine

2006-01-09 Thread David A. Green
Can you send it into the Subroutine as a parameter? SUBR(MY.SUB, @FILENAME, Dict_Name, etc. ) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bill Haskett Sent: Friday, January 06, 2006 2:04 PM To: u2-users@listserver.u2ug.org Subject: [U2] [UD] How to

RE: [U2] [UD] How to determine the File Name within a dictionary called Subroutine

2006-01-09 Thread Bill Haskett
Thanks, David. I was trying to avoid changing a bunch of dictionaries but I guess I've got some more re-engineering to do. :-( Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David A. Green Sent: Monday, January 09, 2006 6:28 AM To:

RE: [U2] [UD] How to determine the File Name within a dictionary called Subroutine

2006-01-09 Thread Allen E. Elwood
Or you could write a program to find and re-engineer the dicts for you! If it's just a few, obviously doing it manually would be faster, but if you're talking hundreds, then a program is an option... Allen E. Elwood www.tortillafc.com -Original Message- From: [EMAIL PROTECTED]

[U2] [UD] How to determine the File Name within a dictionary called Subroutine

2006-01-06 Thread Bill Haskett
As I trudge along with a client conversion I've noticed a difficulty using @FILENAME within a BASIC program...it works fine in UniVerse but fails to compile in UniData (P Ecltype). I'm trying to determine, in a subroutine called from a virtual definition, if the file being processed needs to be

RE: [U2] [UD] How to determine the File Name within a dictionary called Subroutine

2006-01-06 Thread Bill Haskett
Thanks, but I've already tried this. This is on UD PE v7.1. Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Burwell, Edward Sent: Friday, January 06, 2006 1:57 PM To: 'u2-users@listserver.u2ug.org' Subject: RE: [U2] [UD] How to determine