If I want to have Stata ignore all letters that come after L while using destring, is there a way to specify that within -ignore-? I tried something like:
Code:
destring var1, replace ignore(L:Z)
but to no avail...