Hi John, Is this what you would like? property myString on getPropertyDescriptionList me return [#myString: [#comment: "Enter string here : ", #format: #string, #default:space(30)]] end on space nNumber if integerP(nNumber) then if nNumber > 0 then sSpaces = empty repeat with i = 1 to nNumber sSpaces = sSpaces & space end repeat return sSpaces end if end if return empty end _____ John Erazo wrote: > Is there a way in the GPDL, say I have a property #myString to have > a default space of 30? > > on getPropertyDescriptionList me > return [#myString: [#comment: "Enter string here : ", ャ > #format: #string, #default:""]] > end > > I noticed that by default, if I set the > #format: #string, #default: "" I only have about 8 visible spaces to type > in my strings. I would like to have something like #default: SPACE(30) > instead of doing this ... #default: " > ". Good luck, Fumio Nonaka Attain Corporation [EMAIL PROTECTED] [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]) Lingo-L is for learning and helping with programming Lingo. Thanks!]

Reply via email to