| ;
;	this is a sample promptReplacements.fl
;	if the first non blank sequence of a line is ';' or '#', or'--'
;	it will be treated as a comment
;	blank lines like the one above will not be processed
--	each line should contain a key word, followed by an '=' sign
--	followed by the contents which the key word represents as given
--	below. Note that the keyword, and the '=' sign have to be
--	followed at least one white space - either a space or a tab.
--	While matching for prompt replacements, cases will be ignored
--	for the first word
# Example
#    txnType = Transaction type
--	your material can follow here onwards
isparent = Is parent?
currencyCode = Currency code
dcmlPlaces = decimal places
bnkMstr = Bank Master
bankname = Bank name
bankCurrencies = Bank currencies
 |