chem_editWRONG SHORT DESCRIPTIONSyntaxvoid chem_edit(SMILES) string SMILES DescriptionThe SMILES string from a window list is assigned to the clipboard. If ChemDraw is installed on a client, the dialog box offers the choice between ChemDraw or GRINS and the selected editor is opened. If ChemDraw is not installed, GRINS is opened. The user must paste the SMILES from the clipboard into the editor.
ExampleAn action button with the following trigger calls a chemical editor.
{
chem_edit(win-name.smiles);
escape(input);
}
Updated 19 May 1999. Copyright DataAspects Corp. 1998-1999 |