D
Deleted member 103
Guest
Hi,
how can I convert the B4a-code in B4i? Or is there a similar function in B4i?
how can I convert the B4a-code in B4i? Or is there a similar function in B4i?
B4X:
Sub GetInstalledPackages As List
Dim pm As PackageManager
Return pm.GetInstalledPackages
End Sub