Public Function RulerString( _
ByVal vLength As Variant _
, Optional ByVal vStyle As Variant _
) As Variant ? RulerString(30, 1)
123456789012345678901234567890
? RulerString(30, 2)
000000000111111111122222222223
123456789012345678901234567890
? RulerString(30, 3)
000000000000000000000000000000
000000000111111111122222222223
123456789012345678901234567890
? RulerString(30, 4)
----+----|----+----|----+----|
? RulerString(30, 5)
5 10 15 20 25 3
----+----|----+----|----+----|See also: RulerStringWithTabStops Function
SequenceString FunctionvLength: The length of each line with the "ruler" string to be created. Function returns Null if vLength is Null or cannot be fixed up to a number. Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.