NextAppProduct()
Syntax
Result = NextAppProduct()Description
Go to the next product, if any. ExamineAppProducts() needs to be called before using this function. AppProductName(), AppProductDescription(), AppProductPrice() and AppProductID() can be used to get information about the current product.
Parameters
None.
Return value
Nonzero if there is a next product, zero otherwise (meaning it's the end of the product list).
Remarks
For a full code example, see ExamineAppProducts()
See Also
ExamineAppProducts(), AppProductName(), AppProductDescription(), AppProductPrice(), AppProductID()
Supported OS
Android, iOS