View previous topic :: View next topic |
Author |
Message |
EKruck
Joined: 09 Jan 2010 Posts: 224 Location: Aalen, Germany
|
Posted: Tue Mar 20, 2012 7:53 pm Post subject: Integer*1 Issue |
|
|
Transferring integer*1 arrays to an ftn95 subroutine and handling them there gives unexpected (wrong) results. As well the debugger does not work with those data.
Unfortunately I cannot provide a simple example.
Erwin |
|
Back to top |
|
 |
PaulLaidler Site Admin
Joined: 21 Feb 2005 Posts: 8210 Location: Salford, UK
|
Posted: Wed Mar 21, 2012 12:22 pm Post subject: |
|
|
If you can manage to provide sample code then we may be able to comment.
Characters are unsigned 8 bit integers so they may behave differently. |
|
Back to top |
|
 |
JohnCampbell
Joined: 16 Feb 2006 Posts: 2615 Location: Sydney
|
Posted: Thu Mar 22, 2012 5:48 pm Post subject: |
|
|
Erwin,
I have not seen this problem. You could try "Character*1 array(*)" or sdbg.
I'm still using Ver 6.1 and works fine.
Jiohn |
|
Back to top |
|
 |
|