|
|
Re: Error after update a6 to a7!
[Re: Arad]
#295589
10/26/09 11:40
10/26/09 11:40
|
Joined: Jan 2004
Posts: 557 Wurzen, Deutschland
White_Wolf
User
|
User
Joined: Jan 2004
Posts: 557
Wurzen, Deutschland
|
Hello, the error with "}" came form the actions without "()". In A7 need the actions the "()" in A6 not.
// A6
action {
... // a lot of code
}
// A7
action() {
.. // a lot of code
}
by White_Wolf
A8 Com Version 8.40 Win 7 64 Bit
|
|
|
Re: Error after update a6 to a7!
[Re: White_Wolf]
#361621
03/03/11 23:20
03/03/11 23:20
|
Joined: Oct 2009
Posts: 10
Arad
OP
Newbie
|
OP
Newbie
Joined: Oct 2009
Posts: 10
|
|
|
|
|
|
|