Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Clear Variables values

efth
Beginner
586 Views
Hi,
I am using compaq visual fortran v.6.5 and I am looking if there is a command that can clear the values of all the variables that have been used until a certain stage of a programme. This is essential in my code (which do a lot of iterations) so I want all the variables to be zero before going again at the beginning of the next loop.
Thank in advance.
0 Kudos
1 Reply
Steven_L_Intel1
Employee
586 Views
No - you need to initialize the variables yourself.

Steve
0 Kudos
Reply