Belle Nuit Montage - Editing etc. - Lausanne - Suisse - e-mail: matti@belle-nuit.com
Homepage : Textfilter [ Index - API - Examples - FAQ - Maillist - Plugins - Script - Userguide - Win32 ] - Search - Sitemap
There are several ways to use multiple texts:
Probably you have used an identifier which was not defined. When the undefined identifier is on the left side, the compiler returns correctly "Error 10: The identifier is not defined". However, when it is on the right side, it tries to read is as a function and fails. In the following example, a typo created the error - texta is not defined.
dim text as stringtext = "mytext" + texta
will return the following error:
Compiler Error at line 2:
text = "mytext" + texta
Error 14: This isn't a function, but you are calling it like one
Textfilter was written with REALbasic http://www.realsoftware.com
![]()
Homepage : Textfilter [ Index - API - Examples - FAQ - Maillist - Plugins - Script - Userguide - Win32 ] - Search - Sitemap
e-mail: matti@belle-nuit.com - www.belle-nuit.com - 6.1.02