|

|
Caravan
Business Server>Examples>Code>form(fname) |
Caravan code is highlighted using blue color.
|
include system.html
mode showcode
mode ""="<caravan>"
mode "caravan>"="caravan>"
mode "<"="<"
mode ">"=">"
mode " "=" "
mode "\11"=" "
endl=" "
para=" "
var tmp
tmp(fname)=system(LocalPath)
tmp(fname(01))+="template\\"
tmp(fname(01))+=form(fname)
file f=tmp(fname)
mode showcode
f(file)
delete f
|
|
|
|
|
|
|