How are you adding comment sections to your source ?
Posted: Thu Mar 02, 2006 11:38 pm
Maybe a litttle stupid but on the other hand interesting point... How are you adding comment sections to your source!? What kind of are you using!?
Code: Select all
Style a)
; =============================================================================
; =
; = P r o c e d u r e s
; =
; =============================================================================
Code: Select all
Style b)
; /////////////////////////////////////////////////////////////////////////////
; /
; / P r o c e d u r e s
; /
; /////////////////////////////////////////////////////////////////////////////
Code: Select all
Sytle c)
; *****************************************************************************
; +
; * P r o c e d u r e s
; *
; *****************************************************************************
