I was actually writing an assembly editor in VB, and I have it show the line number next to every line, so I was wondering how to count them. > Are you trying to hunt down a error somewhere on line 654? Its often > helpful to put an error into your code so you can systematically hunt down > that line with an error w/o actually counting from line 1. > Brandon Sterner >