Couple of bugs on 28X1

Jeremy Leach

Senior Member
1. If I search, using edit>Find, then click off the find window directly onto the code, then do Edit>Find again I get an error "Form already displayed, can't show modally" and the editor closes immediately after.

2. Using SPIOut command it doesn't recognise MSB_First_L as an in-built constant. I'm just assuming from the manual that it's meant to be pre-defined (and the others too).

I'm using 5.1.1

Edited by - jeremy leach on 20/05/2007 12:21:04
 

Technical

Technical Support
Staff member
We will look into this, yes they should be predefined, but you can also use the number defined in the manual.
 

Technical

Technical Support
Staff member
Actually this is a documentation error, it should be
MSBFirst_L
not
MSB_First_L
etc.
These will work as expected.
 
Top