Hello all,
I am almost done with a software that was developed in VB, for QA issues i need to insert header comments on each procedure of each form. I have over a hundred forms and an average of 10 procedures on each form, that means like 1000 comments on the vb software. Does anyone have the code to automatically add comments at the beggining of ech program.Any help is appreciated. Thanks
i.e.
'''''''''''''''''''''''''''''''''''''''''''''''''''
'Form:
'Description:
'Author:
'Preconditions:
'Assumptions:
'Inputs:
'Returns:
'Side Effects:
'Errors:
'''''''''''''''''''''''''''''''''''''''''''''''''''
I am almost done with a software that was developed in VB, for QA issues i need to insert header comments on each procedure of each form. I have over a hundred forms and an average of 10 procedures on each form, that means like 1000 comments on the vb software. Does anyone have the code to automatically add comments at the beggining of ech program.Any help is appreciated. Thanks
i.e.
'''''''''''''''''''''''''''''''''''''''''''''''''''
'Form:
'Description:
'Author:
'Preconditions:
'Assumptions:
'Inputs:
'Returns:
'Side Effects:
'Errors:
'''''''''''''''''''''''''''''''''''''''''''''''''''