Thus, format for these sort of functions would be (in the LSet() as example):
instead ofResult$ = LSet(String$, Length [, Character])
Result$ = LSet(String$, Length [, Character$])
instead ofResult$ = LSet(String$, Length [, Character])
Result$ = LSet(String$, Length [, Character$])
Derek wrote:a$=rset("hello",20,65)
Well, you would write:lexvictory wrote:and what if for some reason u needed/wanted to use a unicode character in the padding?
Code: Select all
a$=rset("hello",20,'A')
Code: Select all
in$ = Chr('A')