View Single Post
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 08-21-2016 , 00:46   Re: [HElp] variable "const"
Reply With Quote #6

Quote:
Originally Posted by Napoleon_be View Post
If you wanna change the value of it, you can just use this "variable = "String""
No! Do not assign a string to an array variable. You should always use copy, format, formatex or other string formatting functions. If you assign it directly, it is very easy to cause an overflow.
__________________

Last edited by fysiks; 08-21-2016 at 00:46.
fysiks is offline