J
|
Jane 12/22/2008 |
Hi, if strValue<10 then strValue = "00000" & strValue end if if strValue<100 then strValue = "0000" & strValue end if if strValue<1000 then strValue = "000" & strValue end if |
I
|
Inter1908 author 12/23/2008 |
Hi, use custom format on the "View as" settings dialog on the Visual Editortab. Here is just a sample:
|
L
|
lanochka 12/31/2008 |
Thanks Jane works great <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=36382&image=1&table=forumreplies' class='bbc_emoticon' alt=';)' /> |