Guest User

Untitled

a guest
Sep 14th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. How do I add a variable inside a string in Crystal Reports
  2. ' Basic Syntax
  3. If IsNull(zip_code) = false Then
  4. formula = "Your zip code is " & {zip_code.zip_code}
  5. Else
  6. formula = "There is no zip code available."
  7. End If
Add Comment
Please, Sign In to add comment