Forum Discussion
baxatob
8 years agoCommunity Hero
Hi,
Of course, list type is supported in TestComplete.
Valid usage of append method:
lst = []
lst.append("hello")Hi,
Of course, list type is supported in TestComplete.
Valid usage of append method:
lst = []
lst.append("hello")