Home > Applications > m2html > @template > parse.m

iFit/parse

PURPOSE ^

TEMPLATE/PARSE Fill in replacement fields with the class properties

SYNOPSIS ^

function [tpl, str] = parse(tpl,target,handle,append)

DESCRIPTION ^

TEMPLATE/PARSE Fill in replacement fields with the class properties
  [TPL, STR] = PARSE(TPL,TARGET,HANDLE) fills in the replacement field
  HANDLE using previously defined variables of template TPL and store
  it in field TARGET. HANDLE can also be a cell array of field names.
  Output is also provided in output STR (content of TARGET).
  [TPL, STR] = PARSE(TPL,TARGET,HANDLE,APPEND) allows to specify if
  TARGET field is reseted before being filled or if new content is
  appended to the previous one.

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Mon 26-Nov-2018 15:08:42 by m2html © 2005. iFit (c) E.Farhi/ILL EUPL 1.1