Collaborama About Help Contact Anonymous [login] Source: site.view [edit] Function name: getFuncInfo Arguments: f Description: Gets a funcInfo record; Page type: webl Render function: Module: siteutil Page source: var funcInfo = Wub_GetFunctionInfo(f); var fname = Str_Split(f, "."); if funcInfo == nil then funcInfo = [. module=fname[0], name=fname[1], ctype="webl", version="1", createdby=wubinfo.user, usecache="", cacheexpire="", cacherefreshrate="", render="", test="", flags="", tags="", arglist="", description="", exec="" .]; end; funcInfo;