For example, the following code
Code: Select all
alpha teststr = @wdrop("ABC_DEF","_DEF")What am I doing wrong? Why won't the @wdrop function drop "_DEF"? Do I have the syntax correct?
Moderators: EViews Gareth, EViews Steve, EViews Moderator, EViews Jason
Code: Select all
alpha teststr = @wdrop("ABC_DEF","_DEF")Code: Select all
alpha teststr = @wdrop("ABC_DEF","*_DEF")
Users browsing this forum: No registered users and 2 guests