Salve,

ho un array con due numeri MIOARRAY = ARRAY(int1, int2). In particolari condizioni vorrei che questi numeri fossero negativi, allora scrivo:

int1 = -MIOARRAY(0)
int2 = -MIOARRAY(1)

ma mi restituisce l'errore:

codice:
Microsoft VBScript runtime error '800a01ca' 
Variable uses an Automation type not supported in VBScript
Grazie per l'aiuto.