The form is: include "filename_string"
Example:
utility foo "Baz"
(
local a, b, c
include "foo-ui.ms"
rollout bar "Bar"
(
include "bar-rollout.ms"
)
include "foo-handlers.ms"
)
This is a compile-time construct, therefore the file name specification must be a string literal, and not a variable or an expression.
No comments:
Post a Comment
Thanks for your comment