in reply to Re: More on Processing Command Line Arguments
in thread More on Processing Command Line Arguments
Sorry that was a cut and paste error when I first copied it I chopped off the initialisation of the variables, when I pasted them pack in I did it in the wrong place. I have found I flaw in the logic also while testing, and am focussing on getting it so that only one of the four options is specified for add record, edit record, list records, view record. the line
is not the logic I want. In that case if three values are true the statement is true.if (($Add_Record xor $Edit_Record) xor ($List_Records xor $View_Record +))
|
|---|