Hello,
I need an explanation:
in a procedure (proc) if I put internal procedures
ex:
proc getField (...) =
proc insert () proc delete ()
* * *
Do I have to understand that it's like a class and that none other than the
proc can use internal proc and by that do not put them proc insert * () or that
it is useless to do that
sorry for my English
