Angelo2449
Guest
Hello everyone,
I would format an alphanumeric string according to a default length filling the difference between the actual length of the string and the default length.
Thank you.
I would format an alphanumeric string according to a default length filling the difference between the actual length of the string and the default length.
Code:
(setq length 30)
(setq string "point")
(seq string??????????????? string))