You are not logged in. You can browse but not post. Login or Register by clicking 'Login or Register' at the top-right of this page. For more information on Statalist, see the FAQ.
help format refers to the case of "right-justified with leading zeros". If "mid" really does refer to an ID variable, and the actual values contain many digits, you should think seriously about ensuring that the variable is held as a long rather than default float. Also look seriously into holding your ID as a string variable. There are many posts on Statalist about these issues; you can (and should) search for them.
Comment