Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Substitute value in a string 1

Status
Not open for further replies.

dasiga222

IS-IT--Management
Sep 22, 2003
68
US
Hi

I am using Crystal Reports 10
In my report , I am using a string variable.
But it has unnecessary character "*" repeating in 5 - 6 instances .
How can I replace that value "*" with a blank space " " .

Could some suggest code?

thanks

Srini
 
Use the Replace() function. For example:

Replace(my_var, "*", " ")

Cheers,
- Ido

CUT, Visual CUT, and DataLink Viewer:
view, e-mail, export, burst, distribute, and schedule Crystal Reports.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top