|
Sorry about that, I hit send by mistake!
All,
Does anyone know if strings (ExternalData) need to be explicitly freed?
I wrote this method
containerName
| exData result |
exData := self pwszContainerName.
result := exData fromCMSWideString.
exData free.
^result
Is it necessary to free the string?
Ron Teitelbaum
|