avpap Δημοσιεύτηκε Φεβρουάριος 13, 2015 #1 Κοινοποίηση Δημοσιεύτηκε Φεβρουάριος 13, 2015 Αυτη η γραμμη ειναι κομματι ενος python script if file.find('Volumes') > 0: filelocation=protocol+":/"+file.replace("Volumes",loginstring+server) θελω αντι για Volumes να αντικαθιστα volume1, volume2, volume3, volume4 . Πως το κανω αυτο; Ευχαριστω πολυ Link to comment Share on other sites More sharing options...
papakaliati Φεβρουάριος 16, 2015 #2 Κοινοποίηση Φεβρουάριος 16, 2015 (edited) Αυτη η γραμμη ειναι κομματι ενος python script if file.find('Volumes') > 0: filelocation=protocol+":/"+file.replace("Volumes",loginstring+server) θελω αντι για Volumes να αντικαθιστα volume1, volume2, volume3, volume4 . Πως το κανω αυτο; Ευχαριστω πολυ for ( var i = 1 ; i <5 ;i++ ) {var volumeName = string.format( {0}{1},"volume", i );if file.find(volumeName) > 0: filelocation=protocol+":/"+file.replace(volumeName,loginstring+server)} Σε C# ειναι βεβαια γιατι βαριεμαι να το ψαχνω τις εντολες για python, but you get the idea. Έγινε επεξεργασία Φεβρουάριος 16, 2015 από papakaliati Link to comment Share on other sites More sharing options...
avpap Φεβρουάριος 16, 2015 Author #3 Κοινοποίηση Φεβρουάριος 16, 2015 Ευχαριστώ παρα πολύ! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now