![]() |
Telelogic DOORS (steve huntington) | ![]() |
new topic :
profile :
search :
help :
dashboard :
calendar :
home
|
||
Latest News:
|
|
Topic Title: Skip List Date Extraction Topic Summary: I want to extract one date from a skip list. Created On: 13-May-2005 13:38 Status: Post and Reply |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() Answer: Louie, I got the plainOld stuff from another forum. It is an undocumented feature (or so it was stated in the forum) that is useful for removing all the markup from oldValue and newValue History properties. If you do a search for it and I am sure you will find the original message. I forgot where I had seen it. | |
![]() |
|
I put a list of history modified dates (h.date) with their old values (h.plainOldValue) into a skip list...Is there a way to extract the most recent date from that list with the relevant old value info and display in a column?
------------------------- Craig Forant me@craigforant.com |
|
![]() |
|
![]() |
|
Convert the date to an integer and use that as the key. This will give you dates in order.
Beware though that there may be duplicate dates! Skip sl = create string old = (string h.plainOldValue) int d = intOf (h.date) put(sl, d, old) ------------------------- Tony Goodman http://www.smartdxl.com |
|
![]() |
|
![]() |
|
I see how this is helpful, however, how would i just extract the largest number at that point?
------------------------- Craig Forant me@craigforant.com |
|
![]() |
|
![]() |
|
What's all this "plainOldValue" and "plainNewValue" stuff?
|
|
![]() |
|
![]() |
|
Louie, I got the plainOld stuff from another forum. It is an undocumented feature (or so it was stated in the forum) that is useful for removing all the markup from oldValue and newValue History properties. If you do a search for it and I am sure you will find the original message. I forgot where I had seen it. ------------------------- Craig Forant me@craigforant.com |
|
![]() |
Telelogic DOORS
» DXL Exchange
»
Skip List Date Extraction
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.