Quick question: How does PAD("01ABF",7,$00$) work? I tried using strItem.ToString.PadLeft(30 - Len(strItem), $00$) but Visual basic does not understand the literal $00$ so I'm guessing this is NUL, Hex(0)?
↧