var B = 1;
var A? = 123;
trace(A1);

Is it possible to change the ? to variable B so the name of the var should be A1? If not can u give me an sugiestion of another code that will work the same as the code im trying to do? im making a blackjack game do i need an current card var :S