RE: [U2] MERGE-LIST

2008-04-08 Thread Edward Brown
Bill Agreed - dynamic arrays are very slow when they're big. The data size could grow to many thousands of keys, I'm using -1 to add to the end of the array which shouldn't get progressively slower as a absolute position access would. I'll be running timing code later on today (started it last

RE: [U2] Keys with @AM in them...

2008-04-08 Thread David Wolverton
In UniData you cannot AE the edit.. That was my first bet... If it had been a @VM may have been able to! I'm going to try the BASIC route... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Drew Henderson Sent: Monday, April 07, 2008 3:32 PM To:

RE: [U2] Keys with @AM in them...

2008-04-08 Thread David Wolverton
LOL - I don't have the keys -- it was a one-off piece of code. But I'll write a program -- I was trying to do a 'select' and use AE to remove the keys -- but that just will not work... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Wally Terhune

RE: [U2] Keys with @AM in them...

2008-04-08 Thread JPB-U2UG
Have you tried to old 'ED' editor? Jerry Banker Senior Programmer Analyst IBM Certified Solutions Expert -Original Message- From: [EMAIL PROTECTED] [mailto:owner-u2- [EMAIL PROTECTED] On Behalf Of David Wolverton Sent: Tuesday, April 08, 2008 8:37 AM To: u2-users@listserver.u2ug.org

RE: [U2] Keys with @AM in them...

2008-04-08 Thread Wally Terhune
UniQuery parser truncates at @FM, making it very difficult to display keys with imbedded field marks. Fortunately the ECL RECORD command displays keys in their brawb form. Once you have found the key, you can write a small UniBasic program to construct the key and delete or rewrite the

[U2] Uppercase

2008-04-08 Thread Dennis Bartlett
This system wont allow me to compile code written in any form of lowercase or with blank lines in the source... Does anyone know how to change this? I've found some software which looks really promising called FlashGUI which effectivly creates a windows looking GUI using pickbasic commands

RE: [U2] MERGE-LIST

2008-04-08 Thread Dennis Bartlett
Sorry for hopping on this so late in the discussion, but... Value-1 = NewVal is way slower than Value = '' loop Value := @fm : NewVal Repeat If Value[1,[EMAIL PROTECTED] then Value[1,1]='' -Original Message- Agreed - dynamic arrays are very slow --- u2-users

RE: [U2] Uppercase

2008-04-08 Thread DAVID WADEMAN
Can you download the code and use other windows software to do this, then upload the code back? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dennis Bartlett Sent: Tuesday, April 08, 2008 1:28 PM To: u2-users@listserver.u2ug.org Subject: [U2] Uppercase

Re: [U2] MERGE-LIST

2008-04-08 Thread john reid
It appears that ours is equally slow or fast depending on one's frame of reference, unless I am missing something... This is test purposes only... ten million iterations. CRT OCONV(TIME(),'MTS') A = ABCDEFGHI B= FOR X = 1 TO 1000 B-1=A NEXT X CRT DCOUNT(B,@FM) CRT OCONV(TIME(),'MTS') B= CRT

[U2] UniVerse Encryption

2008-04-08 Thread Steve Long
Hi all - I am attempting to decipher the encryption functionality of UV but the documentation is lacking and I was hoping someone here could help. I am trying to encrypt a single field on all records in a file. What I need to do is keep the data encrypted unless requested by a particular

Re: [U2] Uppercase

2008-04-08 Thread Kevin King
Depends on the platform, but isn't BASIC case sensitive and COMPILE is not? Or possibly UV has an option somewhere? --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/