Not sure about the logto problem; However, if you are trying to create a file in a different account create.file will work with the full path. Caveat, it will not create a VOC entry in the other account.
Other possible work-arounds:
Use a named select list.
Don't use a select list, put it in an array.
hth
--
Colin Alfke
Calgary, Alberta Canada
"Just because something isn't broken doesn't mean that you can't fix it"
Stu Pickles
-----Original Message-----
From: Bj�rn Eklund [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 02, 2004 6:44 AM
To: '[EMAIL PROTECTED]'
Subject: [UD]LOGTO
Hi there,
does anyone know if it's possible to do a select followed by a logto another
account and then back again with logto without loosing my (religion)
selectlist?
The select statement returns 816 records but it only loops one time.
SELECT REGISTER.REG
LOOP
READNEXT ID ELSE EXIT
READV DATA FROM REGISTER.REG, ID,1
ELSE DATA = "">
CMD = 'LOGTO ':$UDT52
EXECUTE CMD
IF BLA THEN
CREATE.FILE 'A.FILE' DYNAMIC
END ELSE
LOGTO ACCOUNT.NAME
END
REPEAT
Bj�rn Eklund
_______________________________________________
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users
_______________________________________________ u2-users mailing list [EMAIL PROTECTED] http://www.oliver.com/mailman/listinfo/u2-users
