Recent content by Rahul
-
R
Programming in VB: Linear Optimization with Multiple Variables?
hey ....Admin My Reply to this thread is MISSING ... |:(- Rahul
- Post #3
- Forum: Computing and Technology
-
R
Visual Basic Help: Formatting Text File
Ok use the Space (20 ) or ' The Tab function can be used with the Print # statement. Open "TESTFILE" For Output As #1 ' Open file for output. ' The second word prints at column 20. Print #1, "Hello"; Tab(20); "World." ' If the argument is omitted, cursor is moved to the next print...- Rahul
- Post #2
- Forum: Programming and Computer Science
-
R
What Could Be the Next Evolution in Programming After OOP?
AI fi you can make it ..... Good luck- Rahul
- Post #45
- Forum: Computing and Technology
-
R
C/C++ Learn C++ & Visual Basic: Software Needed
alanveron , Ok... this is very basic question when person going to start his profession , Ok I made a mistake to going for vb ( now no one is using it ) , so go for the basic technologies Like c , C++ on unix platform , Trust me you will find yourself most happy person even after 10 years...- Rahul
- Post #18
- Forum: Programming and Computer Science
-
R
Can VB be used to efficiently find determinants of 4 x 4 matrices?
shahil, take upper bound of first part of arry and put second under that , this is nice example of nested "For Loop" Rahul- Rahul
- Post #2
- Forum: Computing and Technology
-
R
Change Password After 34 Years and a Season?!
Monique, hi there , could you explain your question again , what os , what technology etc so we can help you in better way Rahul- Rahul
- Post #5
- Forum: Feedback and Announcements
-
R
What is the difference between assignment and comparison in VBScript?
Fida In VBScript, x = y can be interpreted two ways. The first is as an assignment statement, where the value of y is assigned to x. The second interpretation is as an expression that tests if x and y have the same value. If they do, result is True; if they are not, result is False. The Eval...- Rahul
- Post #3
- Forum: Programming and Computer Science
-
R
What is the difference between assignment and comparison in VBScript?
Hi This is very tedious job to solve the equation in the generic programming language So please use the vb script embedded in the visual basic program to solve the equation Systax : [result = ]Eval(expression) Arguments result Optional. Variable to which return value assignment is...- Rahul
- Post #2
- Forum: Programming and Computer Science