chem_edit

WRONG SHORT DESCRIPTION

Syntax

void  chem_edit(SMILES)
string   SMILES

Description

The 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.

SMILES

???

Example

An 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