French get all the activities names

DALB

Active Member
Licensed User
hello,

is there a way to get all the activities names with B4A, such as "activities.names" (as a list for example) ?

B4X:
dim lst as list
lst.addall(activities.names)

Thanks much
 
Top