Friday, January 27, 2006

Interactive Desktop initial testing

Believe it or not, but one of the most useful bits of Lingo I've discovered today has been how to insert a carriage return into an error message! I found the coding here: http://livedocs.macromedia.com/director/mx2004/ and it basically boils down to

alert "Some alert text" & RETURN & "a bit more alert text"

Funky huh?