|
-
Nov 28th, 2001, 09:23 AM
#1
Thread Starter
New Member
visual basic 6.0
How do I calculate the result of Round(Sqr(10)?
And the result of Mid(Trim("abcdef"),3,2)?
thanks!
-
Nov 28th, 2001, 09:29 AM
#2
Frenzied Member
Put the code in the intermediate window (Ctrl+G) and it will tell you the answers.
-
Nov 28th, 2001, 09:29 AM
#3
Lively Member
What are we, supposed to do your homework for ya? Just use a Message Box, like this:
MsgBox Round(Sqr(10)
MsgBox Mid(Trim("abcdef"),3,2)
In case of a water landing, my head may be used as a flotation device.
-
Nov 28th, 2001, 11:18 AM
#4
Thread Starter
New Member
visual basic
No X_Man, it isn't homework! It is a parent riding my back to learn this because I work in his office! :-)
-
Nov 28th, 2001, 11:20 AM
#5
Thread Starter
New Member
visual basic
vbgladiator, thanks! That sounds interesting. Would you mind sharing with me how to do that? And I can apply this to all codes I have like this?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|