Command Reference : Programming Language Reference
  
 
@isvalidname
Syntax: @isvalidname(str)
Argument: string, str
Return: integer
Check for whether a string represents a valid name for an EViews object. Returns a “1” if the name is valid, and a “0” if it is not.
Cross-references
See also @makevalidname.