forums.silverfrost.com Forum Index forums.silverfrost.com
Welcome to the Silverfrost forums
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

BACKSPACE doesn't work in VISUAL STUDIO 2003.NET?

 
Post new topic   Reply to topic    forums.silverfrost.com Forum Index -> Support
View previous topic :: View next topic  
Author Message
Anonymous
Guest





PostPosted: Tue Feb 15, 2005 3:50 am    Post subject: BACKSPACE doesn't work in VISUAL STUDIO 2003.NET? Reply with quote



Hi all. I have to use in my program a big subroutine written by someone else. In this program
there is the command backspace which seems not to work in .NET modus.

DIMENSION EQUAT(10,2)
DIMENSION EQRHS(10)
...
OPEN(19,STATUS='SCRATCH',FORM='UNFORMATTED')
...
WRITE(19) EQUAT,EQRHS
...
WRITE(19) EQUAT,EQRHS
...

!now this part should read EQUAT,EQRHS beginning from the end of the file
BACKSPACE(19)
READ(19) EQUAT,EQRHS
...
BACKSPACE(19)
BACKSPACE(19)
READ(19) EQUAT,EQRHS
...
CLOSE(19)

In .NET the backspace doesn't do something. But the same code is working in Win32 mode.
Can somebody help????


HG

HotGuy
Back to top
Martin



Joined: 09 Sep 2004
Posts: 43

PostPosted: Wed Feb 16, 2005 9:05 am    Post subject: BACKSPACE doesn't work in VISUAL STUDIO 2003.NET? Reply with quote

I couldn't reproduce your problem using simple character strings for "equat" and "eqhrs".

Please post a full example program to demonstrate the error so we can attempt to reproduce your problem.

Martin.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forums.silverfrost.com Forum Index -> Support All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group