I am beginner in livecode, I am looking for how Disable Multi-line Input on Text entry field in livecode

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Code: Select all
set the dontWrap of field 1 to true
Code: Select all
on enterInField
exit to top
end enterInField