|
ACReset | ||
ACReset | ||
Parameters: NONE | ||
Returns: NONE | ||
ACReset resets the compiler internal Auto Counter value to 0. Note: PlayBASIC's Auto Counter commands will help you to create structures or unique tokens. FACTS: * You can also reset the auto counter to zero (or some other value) by making an assignment to either AC or ACset. Making the following (Ac= 10) identical to using AcSet =10 Mini Tutorial: Showing the use of AC, ACSet and ACReset
This example would output.
|
Related Info: | AC | ACSet | Constant | Select | Variables : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |