Search found 2 matches
- Tue Jan 22, 2013 11:31 am
- Forum: Programming
- Topic: For loop/subroutine question
- Replies: 2
- Views: 3176
Re: For loop/subroutine question
Hi all, I've solved my problem by replacing "!i" with "!d"
- Tue Jan 22, 2013 10:26 am
- Forum: Programming
- Topic: For loop/subroutine question
- Replies: 2
- Views: 3176
For loop/subroutine question
I am working on a subroutine that will normalise the values of certain variable groups. The code for the subroutine at this point looks like this: subroutine grpset(string %grpnum, string %regnum) '******************************************************************************************************...
