Hello, 
I've com accross somthing what i was really supposed of figured out.
Its the !send command. i know how to do others, but not this, i know that it goes out of your account like the !buy, but Transffering into other peoples accounts.
 
If any one can help please post in here, or Explain what i'am supposed to know or do.
 
Thanks,
 
Regards
 
Owen.
 
 
-----------------------------
 
Owner of:
 
Owens Cruise Server
 
-----------------------------
                
            I've com accross somthing what i was really supposed of figured out.
Its the !send command. i know how to do others, but not this, i know that it goes out of your account like the !buy, but Transffering into other peoples accounts.
If any one can help please post in here, or Explain what i'am supposed to know or do.
Thanks,
Regards
Owen.
-----------------------------
Owner of:
Owens Cruise Server
-----------------------------






 )) that your code doesn't do proper validation of input. You might want to, for example, ensure the input is only a positive whole number. If you detect a negative amount of a number with decimal places then print a message and don't carry out the transaction. You could do that by, for example, checking for the presence of a full stop in the amount of money.
 )) that your code doesn't do proper validation of input. You might want to, for example, ensure the input is only a positive whole number. If you detect a negative amount of a number with decimal places then print a message and don't carry out the transaction. You could do that by, for example, checking for the presence of a full stop in the amount of money.
