Robin2:
In your first program change thisif (val == 'd' && poser > 0)to this
else if (val == 'd' && poser > 0)so that it only applies one of the options at any one time
...R
That worked perfectly, Thank you!! ![]()
Robin2:
In your first program change thisif (val == 'd' && poser > 0)to this
else if (val == 'd' && poser > 0)so that it only applies one of the options at any one time
...R
That worked perfectly, Thank you!! ![]()