User 05d9866f9b
27-01-2014 19:00:57
Are there any plans to have the option to use the star as a separator to show the *disconnected molecular formular of a multigragment molecule?
It would be nice to have this option
User 05d9866f9b
27-01-2014 19:00:57
Are there any plans to have the option to use the star as a separator to show the *disconnected molecular formular of a multigragment molecule?
It would be nice to have this option
ChemAxon 4a2fc68cd1
28-01-2014 13:01:42
Hi Edith,
Where would you like to use this? I don't think that we will introdcue such an option to our GUI applications, but if you use e.g. the API, then you can easily replace each '.' character to '*' after obtaining the dot-disconnected formula.
Peter
User 05d9866f9b
04-02-2014 20:31:05
Hi Peter,
we would like the use it in the db cartridge, somehow like
select jc_evaluate_x('Cl.C1=CC=CC=C1','chemTerms:dotDisconnectedFormula') from dual;
But thanks for the response - if there is no option we just have to replace the dot with the star