Capitals and End With

Smee

Well-Known Member
Licensed User
Longtime User
Hi,

This may or may not be simple to implement but i would like to see the with, end with feature

eg
With ftp
.open(gsFTP,sUser,sPassword)
.CreateDirectory(etc)
End With

also Autocapitalisation the same as keywords do

So if an item is dim TestString

when that word is typed again it capitalises itself

also the same for control names

Thanks for a great product
:sign0104:
 

Cableguy

Expert
Licensed User
Longtime User
Small note about the "capitalization", if you use auto complete (Ctrl+Space) the word will appear as expected.

Yes, but I think that he also refers to controls created at runtime using the "ADD" prefix, and also the "Objects" of External libraries Controls...
Yes, it is a readability issue, but so is text highlighting....
 
Top