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