Hi Jim,
Thanks for the response - and good points well made.
I was forgetting that whilst the same script code is common to both fields, at
any one time, each field's script is only aware of the start or end-point
handlers of the procedure. The tParameter variable should have been declared at
How would the dragDrop handler know the value of tLine?
Also, it seems like 'me' has two different meanings in the dragDrop
handler.
Try this for adding lines to fields that may be empty or need a
return, etc:
put cr & line 1 of tDraggedArray & cr after me
filter me without empty
You also
Hi folks,
To help with some XML file analysis, I've created a pair of list fields that
display the current node's children. The 'left' field is filled with all the
child nodes and I filter this list down to just the nodes I will investigate
further, by dragging into the 'right' list the nodes I