news
About Elegant Chaos
info
About me and my friends
people
Software from Elegant Chaos
software
Other stuff...
stuff

DL_ScriptFieldExists

Revision
Revised on

Description


Code

function DL_ScriptFieldExists field,script
  put "-" & "- " & field into label
  get UL_LineOffset(label,script)
  return it ­ 0
  
end DL_ScriptFieldExists