public void SetArgVar(int index, IValue var) { LastFrame.SetARGVar(index, var); LastFrame.SetARGVar(index, var.Data); }