I have a series of id values that look like this:
PWOPS_pave00000001 through
PWOPS_pave00063681
I can create a geodatbase sequence easy enough to start at 63682 and increment by 1 but concatenating it with a potentially varying number of zeros has me scratching my head. In python one can use the zfill() method to pad zeros; is there way in Arcade to emulate that? I didn't see anything in the text functions.