Command Reference : Function Reference : Function Reference: I
  
 
@isvalidname
Indicator for whether string represents a valid name for an EViews object.
Syntax: @isvalidname(str)
str: string
Return: integer
Returns a “1” if the name is valid, and a “0” if it is not.
Examples
!y = @isvalidname("ABC")
returns the value 1.
!y = @isvalidname("re!sult%")
returns the value 0.
Cross-references
See also @makevalidname.