Hi mwinwright,
In your first post, you have called the function as follows:
a = clsText.GetText (clsComponent, clsProduct, Language)
In your last post, you have called it like this:
call objText.GetText (objComponent, objProduct, Language, objProduct.count)
The arguments you are...