RE: [U2] What is the opposite of FORM.LIST? (uv10)

2005-07-20 Thread Dave Walker
Depending on your basictype, you'd be wanting either READLIST or READSELECT. READLIST dyn.array.var [FROM list.num] {THEN statements [END] | ELSE statements [END]} Synonym READSELECT (BASICTYPE P only) -- Dave Walker 8..7 4(()) -::- -::-8.74 .74(())

RE: [U2] What is the opposite of FORM.LIST? (uv10)

2005-07-20 Thread Chuck Mongiovi
How about COPY-LIST? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Dave Walker Sent: Wednesday, July 20, 2005 8:33 AM To: 'u2-users@listserver.u2ug.org' Subject: RE: [U2] What is the opposite of FORM.LIST? (uv10) Depending on your basictype, you'd

RE: [U2] What is the opposite of FORM.LIST? (uv10)

2005-07-20 Thread George Gallen
Walker Sent: Wednesday, July 20, 2005 8:33 AM To: 'u2-users@listserver.u2ug.org' Subject: RE: [U2] What is the opposite of FORM.LIST? (uv10) Depending on your basictype, you'd be wanting either READLIST or READSELECT. READLIST dyn.array.var [FROM list.num] {THEN statements [END] | ELSE statements

RE: [U2] What is the opposite of FORM.LIST? (uv10)

2005-07-20 Thread George Gallen
an overwriting clause option (although it would be easy enough to add in. George -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Chuck Mongiovi Sent: Wednesday, July 20, 2005 9:00 AM To: u2-users@listserver.u2ug.org Subject: RE: [U2] What is the opposite of FORM.LIST

Re: [U2] What is the opposite of FORM.LIST? (uv10)

2005-07-20 Thread FFT2001
In a message dated 7/20/2005 5:41:57 AM Pacific Daylight Time, writes: I tried using SAVE-LIST FILENAME ITEMNAME but it doesn't seem to work, the FILENAME in question is a type 30, and the help page says it needs to be a type 1 or 19. Is there a way to get this to work on a

Re: [U2] What is the opposite of FORM.LIST? (uv10)

2005-07-20 Thread Allen Egerton
From: George Gallen [EMAIL PROTECTED] Looks like I'll be making a VOC to do the save/copy, only problem is I need to put in all the accounts that I want to use it in. Consider a system VOCLIB with remote pointers to the items from the accounts that use them. That way if you have to tweak the

RE: [U2] What is the opposite of FORM.LIST? (uv10)

2005-07-20 Thread Stevenson, Charles
George, It should be there, but it ain't. But for this one it is easier to roll your own verb, than any other course of action. Just flesh out the following with error handling, @SYSTEM.RETURN.CODE, and maybe a get(arg.) for FROM [listno] for numbered select lists, @SYSTEM.RE CT CDS.BP