Generation of Compound ID number in SDFiles

I would like to generate a compound ID in the form ABK000000 for each structure in a SDFile. I found then node RowID, but this gives the numbers in the form ROW1, ROW2, ROW3, etc.

 

The string manipulation node may be what you are looking for, it gives you access to the row index and will let you define a cusom prefix.

 

Regards,

 

Aaron

Thanks - I managed to rename Row to ABK. This is fine. I did not figure out how one could use a format like ABK000000.

I used  - replace($ID$,"Row","ABC").

Alex

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.