Is there an equivalent to lists:duplicate(1024, 0), but for binaries? Obviously I can just use list_to_binary(lists:duplicate(1024,0)), but I was wondering if there was an idiom I'm missing. Filling a binary with a specific value seems like a pretty primitive operation that probably has a method I'm not seeing. Thanks, -a