wdrop function
Posted: Fri Dec 14, 2012 10:02 am
I'm running across a problem in trying to delete a string containing an underscore symbol from another string using the @wdrop function.
For example, the following code
returns the original string "ABC_DEF".
What am I doing wrong? Why won't the @wdrop function drop "_DEF"? Do I have the syntax correct?
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?