sName = CwGetFirstRegionName()
sName (string) The name of the first region.
/* Obtain the list of available regions. */
count = 1
t = CwGetFirstRegionName()
do while t \= ''
region.count = t
t = CwGetNextRegionName()
count = count + 1
end
![]() Functions by NAME |
![]() Index |
![]() Functions by PURPOSE |