#define ASVALUEARRAY(x) ValueArray(Vector<Value>() << x) Value v = ASVALUEARRAY(123 << "Hallo" << 34.9);
Report message to a moderator