On Mar 11, 1:19 am, Triple-DES <DenPlettf...@[EMAIL PROTECTED]
> wrote:
> On 10 Mar, 19:33, Justice <foi...@[EMAIL PROTECTED]
> wrote:> I am trying to make
a simple game but have some problems
>
> [snip]
>
> I think you are confusing "=" and "==". For instance:
>
> if (Buy='y')
>
> Should probably be:
>
> if(Buy == 'y')
>
> etc.
> DP
oh yes I noticed that bug after I compiled and ran it, It's takeing a
bit for my brain to unlearn that = does not mean =, == equals =, but
thanks
This is really my first program of usefullness


|