07.11.2012, 11:53
Okay i will explain!
We moved that up because:
here i have 2 brakets:
{
}
now if i put new pname in those 2 brakets it will be able to work with the content that those 2 brakets have! for ex:
{
...
{
new pname[...]
...
...
...
}
and here we have a fuction that uses that pname, it will not work
format(...,...,...,pname);
}
so that why we moved pname at the begining
We moved that up because:
here i have 2 brakets:
{
}
now if i put new pname in those 2 brakets it will be able to work with the content that those 2 brakets have! for ex:
{
...
{
new pname[...]
...
...
...
}
and here we have a fuction that uses that pname, it will not work
format(...,...,...,pname);
}
so that why we moved pname at the begining