Link to home
Start Free TrialLog in
Avatar of fairuznisha
fairuznisha

asked on

help me....i don't know how to use LPAD in ASP

Does anybody know what is the command use in ASP that is similar like LPAD in ORACLE

for e.g in oracle
SELECT LPAD('Page 1',15,'*.') "LPAD example"
          FROM DUAL


but how to use this LPAD command in ASP

ASKER CERTIFIED SOLUTION
Avatar of appari
appari
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of fairuznisha
fairuznisha

ASKER

thanks a lot...