Rules for transferring XML data to RPG variables

case option fmt, example "*MDY/" adjust, example "right"
not specified
fmt="mdy/"
fmt="*mdy/"
adjust="right"
'case=lower'
fmt="mdy/"
fmt="*mdy/"
adjust="right"
'case=upper'
fmt="MDY/"
fmt="*MDY/"
ADJUST="RIGHT"
'case=any'
Fmt="Mdy/"
FMT="*mDY/"
and so on
Adjust="Right"
adjust="RIGHT"
and so on


[ Top of Page | Previous Page | Next Page | Contents | Index ]