I have a text file in which I have to concatenate a string for which I have to read it first and then write in the same file.
Is there any option in VB which allows me to open in read&write mode simulataneously other than Random access?
Please help me out in this regard.
The Format statement in VB3.0 and VB6.0 behaves differently.FOr instance,FOrmat("Microsoft","@-@") in VB3.0 gives Microsof-t while in VB6.0 it is M-icrosoft.
Please let me know if there are nay more in-built functions that have different functionality in VB3.0 and VB6.0 that...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.