strings/
mg_subs.pro
includes main-level programtop source mg_subs
result = mg_subs( [str], hashtable)
String substitution routine which substitutes values into a given string using the correspondences found in the provided hashtable.
Return value
string
Parameters
- str in optional type=string
string to substitute into
- hashtable in required type=object
MGcoHashtable object (string->string) which contains the substitutions
File attributes
Modification date: | Tue Jan 25 09:39:25 2011 |
Lines: | 41 |
Docformat: | rst rst |