Description
Clears the cache of the last used picture.
Available in Ted and in Fred since version 1.5.
Syntax
object.ForgetImageAssigns |
object
Required. Object name. Returned by Ted.GetActiveArticle.
Example
This script clears the cache of the last used picture.
If Ted.HasActiveArticle Then
dim objArticle = Ted.GetActiveArticle
objArticle.ForgetImageAssigns
End If
Context
Article object