![]() |
Telelogic DOORS (steve huntington) | ![]() |
new topic :
profile :
search :
help :
dashboard :
calendar :
home
|
||
Latest News:
|
|
Topic Title: Current User Topic Summary: Created On: 18-Jan-2005 06:32 Status: Post and Reply |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() |
|
Hi All,
DOORS has a DXL type called "User". if I define a variable of type User, how can make that variable equate to the current user running a DXL script. There's plenty of info in the DXL manual to support the "User" type in loops, but can't find anything about setting a User type to be the currently logged in user. ------------------------- Paul Miller Specification Practices Specialist, EuroCyber, Melbourne, Australia. Mobile: +61 (0)418 135 103 Web Site: http://www.eurocyber.biz E-mail: miller@eurocyber.biz">pmiller@eurocyber.biz |
|
![]() |
|
![]() |
|
Paul,
You can use the find function without an argument User uu = find string uname = uu.name print uname print "\n" ------------------------- Jonathan Marshall EADS Astrium Edited: 18-Jan-2005 at 10:48 by Jonathan Marshall |
|
![]() |
|
![]() |
|
There is also a hidden DXL function which I don't recall the exact name of. It is something like ... print DOORSName Anyone know what it is for sure? ------------------------- pete.kowalski(at)motorola.com |
|
![]() |
|
![]() |
|
Hey, I actually have a good memory of sorts.
This is the correct code ![]() print doorsname ------------------------- pete.kowalski(at)motorola.com |
|
![]() |
|
![]() |
|
Yes.
These are the same: User usr = find() User usr = find(doorsname) - Louie |
|
![]() |
Telelogic DOORS
» DXL Exchange
»
Current User
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.