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


Belle Nuit Textfilter FAQ

How can I use multiple Inputs?

There are several ways to use multiple texts:

I get the Error 14 on Script filters ("This isn't a function, but you are calling it like one"), but I am not at all using a function in the offending line. What is going wrong?

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 string

text = "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