473,396 Members | 1,917 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

I can not add more than 92

14
I can not add more than 92, when I add + Val(A93), it come in new line with red color

Private Sub TextTestResult_Enter()
TextTestResult = Val(A1) + Val(A2) + Val(A3) + Val(A4) + Val(A5) + Val(A6) + Val(A7) + Val(A8) + Val(A9) + Val(A10) + Val(A11) + Val(A12) + Val(A13) + Val(A14) + Val(A15) + Val(A16) + Val(A17) + Val(A18) + Val(A19) + Val(A20) + Val(A21) + Val(A22) + Val(A23) + Val(A24) + Val(A25) + Val(A26) + Val(A27) + Val(A28) + Val(A29) + Val(A30) + Val(A31) + Val(A32) + Val(A33) + Val(A34) + Val(A35) + Val(A36) + Val(A37) + Val(A38) + Val(A39) + Val(A40) + Val(A41) + Val(A42) + Val(A43) + Val(A44) + Val(A45) + Val(A46) + Val(A47) + Val(A48) + Val(A49) + Val(A50) + Val(A51) + Val(A52) + Val(A53) + Val(A54) + Val(A55) + Val(A56) + Val(A57) + Val(A58) + Val(A59) + Val(A60) + Val(A61) + Val(A62) + Val(A63) + Val(A64) + Val(A65) + Val(A66) + Val(A67) + Val(A68) + Val(A69) + Val(A70) + Val(A71) + Val(A72) + Val(A73) + Val(A74) + Val(A75) + Val(A76) + Val(A77) + Val(A78) + Val(A79) + Val(A80) + Val(A81) + Val(A82) + Val(A83) + Val(A84) + Val(A85) + Val(A86) + Val(A87) + Val(A88) + Val(A89) + Val(A90) + Val(A91) + Val(A92)
+ Val(A93)

End Sub


Thanks
Jul 17 '07 #1
3 1087
JKing
1,206 Expert 1GB
Use the line continuation character _ to continue a line of code on a new line

Example:
Expand|Select|Wrap|Line Numbers
  1. Dim intBigNumber as Integer
  2.  
  3. intBigNumber = 1 + 2 + 3 + 4 + 5 _
  4.                  + 6 + 7 + 8 + 9 + 10 _
  5.                  + 11 + 12 + 13 + 14 + 15
  6.  
Jul 17 '07 #2
SAMI2
14
Hi JKing

Thank you so much, you are right.
Jul 17 '07 #3
JKing
1,206 Expert 1GB
You're welcome. I suggest using the line continuation character instead of making huge lines anyways. It's easier to read and scrolling can be a pain.
Jul 17 '07 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

73
by: RobertMaas | last post by:
After many years of using LISP, I'm taking a class in Java and finding the two roughly comparable in some ways and very different in other ways. Each has a decent size library of useful utilities...
220
by: Brandon J. Van Every | last post by:
What's better about Ruby than Python? I'm sure there's something. What is it? This is not a troll. I'm language shopping and I want people's answers. I don't know beans about Ruby or have...
114
by: Maurice LING | last post by:
This may be a dumb thing to ask, but besides the penalty for dynamic typing, is there any other real reasons that Python is slower than Java? maurice
9
by: Hebar Tiltwobler | last post by:
I need to figure out if the current date (passed in as a string) is equal to or greater then a field in my database in the format of- M/D/YYYY AND if the date is less then another field in my...
98
by: jrefactors | last post by:
I heard people saying prefix increment is faster than postfix incerement, but I don't know what's the difference. They both are i = i+1. i++ ++i Please advise. thanks!!
87
by: John Rivers | last post by:
Hello everybody, I just wondered if anybody else has noticed this? It takes around 6 seconds to start debugging a very simple ASPX page with VS.NET whereas VB6 takes under 0.5 seconds, even...
15
by: Murt | last post by:
Hi, when writing equations in vb .net, how do you enter the signs "less than or equal to" etc. thanks Murt
66
by: Mitchell S. Honnert | last post by:
In some recent posts, I've seen people who seem to be waxing nostalgic with respect to the "ease of use" of Visual Basic 6. I can't quite put my finger on it, but they seem to be implying that VB6...
0
by: fake ID | last post by:
Since you can't search for these symbols used in asp.net "<%#" or '<%=' I thought i'd post this to make things a little easier to find. Potential search word combinations: -lessthan Percentage...
16
by: Mike | last post by:
Hi, I have a form with some controls, and a different class that needs to modify some control properties at run time. Hoy can I reference the from so I have access to its controls and...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.