I had to take over support of a vb6 program that had bounced around the dept a few times. One of the fixes documented before large section of commented out code was
'WVK: Removed WASL & write_file
' Logging_file "Before weird ass sort loop (WASL)"
The commented out code was followed by
'Logging_file "After WASLoop, Before write"
'ansewer = write_file(In_Order(), in_order_nbr)
'
'm_blnOption = 1
'Unload Me
'WVK: thats better