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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Carriage return problem with CR 11 1

Status
Not open for further replies.

metalgears

Technical User
Apr 8, 2005
13
CA
Hi Everyone,

dim i as number
dim str as string

for i = 1 to 4
str = str + cstr(i)+ chr(13)
next i

formula = str

This simple formula field returns
1


I want it to return
1
2
3
4

if I take out the chr(13) i get
1234

I am using CR 11.

TIA
 
Dear Metalgears,

I tested your formula in CR10 and it works fine.

Did you make sure that you right clicked on the formula field and set the Can Grow checkbox on the common tab to checked?

Regards,

ro

Rosemary Lieberman
rosemary-at-microflo.com, Microflo provides expert consulting on MagicTSD and Crystal Reports.

You will get answers more quickly if you read this before posting: faq149-3762
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top