Get name of child

so basically this is what i want:

tempBtn = this("btnA"+someVariable);

ie: tempBtn = btnA1, btnA2, or 1 or 2 being whatever someVariable is.

thanks.