Miles sends in a very interesting method of converting number of bytes to kilobytes:

numSize = len(fa.size) - 3
strSize = left(fa.size, numSize) & "K"

 

[Advertisement] BuildMaster allows you to create a self-service release management platform that allows different teams to manage their applications. Explore how!