formMap static method
Implementation
static DString formMap(FormMapTip f, Map m) {
assert(m['statement_name'] == statementName);
return f.stringFunc(m['value']);
}
static DString formMap(FormMapTip f, Map m) {
assert(m['statement_name'] == statementName);
return f.stringFunc(m['value']);
}