• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

where to start counting?

Jei

New Member
i know a program that numbered lines would help, don't have one tho, so where do you start counting
in the code?

ex.

<%
Dim blah
Dim bla

is Line 1 at <% or is at Dim Blah?
 
they count every line so

line #
1.
2. <?
3. $x = "1";
4. echo $x;
5. ?>
6.

it counts a line as a line no matter if it has data on it or not
 
Go to download.com and look for some freeware versions of text/html editors. Those usually have sidebars with line numbers on them. Its a lot easier and more accurate than counting lines.
 
Back
Top