Size Field:

 

Sample (Size is in red): %1<%6.3lf(E1-10)>

 

Search and Replace has some support for the printf-type size prefix field, an optional prefix to type that determines the "size" of the argument (long or short, single-byte character or wide character). In most cases you can omit a size character. l is the most common use.

See Size Field for more information.