Forum Discussion
3 Replies
- omatzuraSuper ContributorHi!
sure.. try
props.clearPropertyValues()
regards,
/Ole
eviware.com - alibaba82Super ContributorThis only seems to clear the 'values' of the 'names'.
How do I delete all the name/values from a properties step.
Thanks
Ali - omatzuraSuper ContributorHi!
Sorry, there is no single method, but maybe you can do something like
for( name in props.propertyNames )
props.removeProperty( name )
?
regards,
/Ole
eviware.com