Convert Time/Date Value to ReplicaID

In the database catalog on a server, the replica ID is stored in the documents as a time/date value. Does anyone know of a way in script to convert that value to the hex string representation of a replica ID?

Subject: Convert Time/Date Value to ReplicaID

Wow, never knew that one. If you look at the design of the view, they are doing an @Text(ReplicaID; “*”) which is not in designer help. Perhaps using @Text and the script hex function you can convert it - just a thought.

Subject: Convert Time/Date Value to ReplicaID

perhaps this will help you:

http://www-10.lotus.com/ldd/46dom.nsf/55c38d716d632d9b8525689b005ba1c0/8eda26b209efbc7d85256ad7006efda1?OpenDocument