28.12.2011, 10:51
Loose Indentation = Vocк esqueceu de dar tab, nessas linhas.
local variable "hVec" shadows a variable at a preceding level = Vocк criou o "new" no lugar errado.
warning 204: symbol is assigned a value that is never used: "hVec" = Da Ctrl+F, e procura hVec, tб criando a variavel mas nгo tб usando.
error 032: array index out of bounds (variable "InfoOrg") = Vocк colocou mais orgs doque tem lб no MAX_ORGS, arruma isso (=
Boa sorte.
local variable "hVec" shadows a variable at a preceding level = Vocк criou o "new" no lugar errado.
warning 204: symbol is assigned a value that is never used: "hVec" = Da Ctrl+F, e procura hVec, tб criando a variavel mas nгo tб usando.
error 032: array index out of bounds (variable "InfoOrg") = Vocк colocou mais orgs doque tem lб no MAX_ORGS, arruma isso (=
Boa sorte.