Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Constant size string variable?

From: ljurado:bariloche:ar at: 2-Dec-2001 20:01

> > ++++++4321 > > What is the best way to do this in Rebol?
This ? ... pad/right/with input 10 #"+" 4321 == "++++++4321" Luis.