Description
Creates a dummy image in the current article with nwidth and nheight and returns the dummy image id. The picture name is auto-calculated, counting the existing pictures in the article.
If nwidth and nheight are 0, it prompts the user for the picture name and dimensions.
The folder is always the folder of the current article. Should you need to place picture in another folder, perform a send.
Syntax
dim id = ArticleInsDummyImg(nWidth, nHeight) |
nWidth
dummy width, or 0
nHeight
dummy height, or 0