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

DL_GetScriptField

Revision
Revised on

Description


Code

function DL_GetScriptField field,script
  put "-" & "- " & field into label
  get line UL_LineOffset(label,script) of script
  delete char 1 to offset(":",it) of it
  repeat while char 1 of it is space
    delete char 1 of it
  end repeat
  return it
  
end DL_GetScriptField