03-12-2007, 09:04 PM
William Wrote:or replace this part
with a variable, like:Code:cmbClass.ListIndex
And set iIndex to whatever char it is you pressed on.Code:STR(Class(iIndex).SP)
But wouldnt it work just by leaving it as STR(Class(cmbClass.ListIndex).SP) or whatever.? I mean its just like clicking on the cmbClass itself and selecting a class. Except you're just settings its listindex by code..