1
Support Questions / Re: Unsubscribing from a subscription on form close
« on: May 14, 2020, 12:40:00 PM »
Is there a way to get a list of all active subscriptions?
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
While subscriptionID > 0
mainplc.UnSubscribe(subscriptionID)
subscriptionID = subscriptionID - 1
End While