Sitemap Sitemap  |  Contact Us Contact Us  |  Clients Clients
   Errors reference
  Home |  Downloads |  HareScript |  Websites/CMS |  Applications
Search for:  in: 
HareScript
Errors reference
 

Type '%0' has no default value.

This error occurs when using a VARIANT type, for which no value has been defined. To resolve this error, make sure that the used VARIANT variable has a (default) value.

An example that will trigger this error:

VARIANT myvariable;
// Error: the VARIANT variable has no default value
PRINT(myvariable);

<< Back to errors overview

 
Related
Download documents
The online documents are also available for download in PDF format, for offline use.
Read more...
 
Top To top of page