sort error
Hi,
I have had this issue for long now. Is it possible to have a work around for this. When these commands are run singly, they give a result. When run inside a script, the second line does not give a result. What is a possible work around for this.
BkFiles.sort(key=str.upper)
last_bk_File_Name = BkFiles[len(BkFiles)-1]
BRgds,
kNish
I have had this issue for long now. Is it possible to have a work around for this. When these commands are run singly, they give a result. When run inside a script, the second line does not give a result. What is a possible work around for this.
BkFiles.sort(key=str.upper)
last_bk_File_Name = BkFiles[len(BkFiles)-1]
BRgds,
kNish

