sName = CwGetName(hEffect)
sName (string) The name of the requested object.
hEffect (handle) Handle to an effect.
/* Upcase the names of every object. */
o = CwFindFirstObject( CwGetCurrentView() )
do while CwIsHandleValid(o)
n = CwGetName(o)
call CwSetName o, translate(n)
o = CwFindNextObject( o )
end
![]() Functions by NAME |
![]() Index |
![]() Functions by PURPOSE |