define a [new TVector]

$a append 1 2 3 4

echo [$a getSize]

echo [$a getAt 0]

$a setAt 30 0
echo [$a getAt 0]