Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8527377
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T08:32:26+00:00 2026-06-11T08:32:26+00:00

How do I enter a line break (or other non-text characters usually solved with

  • 0

How do I enter a line break (or other non-text characters usually solved with escape characters) in a StringVar in Crystal Reports?

Wanted output:

line 1
line 2

I’ve tried StringVar s := "line 1 \n line 2";, but that does not work.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T08:32:28+00:00Added an answer on June 11, 2026 at 8:32 am

    It may not be much of an improvement, but you could build a string-formatting, custom function:

    // sf()
    Function (Stringvar text)
    
        Stringvar Array keys := ["\n"];
        Stringvar Array values := [Chr(10)+Chr(13)];
    
        Numbervar i;
    
        For i := 1 to Ubound(keys) do (
            text := Replace(text, keys[i], values[i])
        );
    
        text;
    
    //{@ text}
    sf("line 1 \n line 2")
    

    This would offer you some extensibility should you need to support additional escape sequences.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

when i enter a line break in my text, the following text starts before
I input some text in <textarea></textarea> , I enter some line breaks, spaces,etc. purposely.
Need single regular expression for finding double spaces tabs extra enter (line-break/carriage return) line
read -p Please Enter a Message: message How can I add a line break
I have a text area. Where On enter it gives me the perfect line
Does anyone know if it's even possible to enter a line break into a
I needed to write a script to enter multi-line input to a program (
I have a 2D dynamic array. I enter a line of 0's after line
They seems to erase the line and enter the insertion mode.
i want to draw line, i have two textfiled in which i enter some

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.