I am trying to include a line on my script that will rename a table with "ARM" +Date (current date). I am new in python and really do not know where to find this information. I am using ArcGIS 9.3 with an ArcInfo license. Here is the line that I have:
# Process: Rename...
gp.Rename_management(NewAMR, AMR+?)
Thanks