Question: How do I set repeat count for a format descriptor in Maple?

Hi all!

Please I'm having difficulties in specifying a repeat count for my format descriptor in Maple. For example,
If I want to repeat the format descriptor "%-+8.4f" ten times, is it compulsary that I write it explicitly as shown below?

fprintf(file, "\n%-+8.4f%-+8.4f%-+8.4f%-+8.4f%-+8.4f%-+8.4f%-+8.4f%-+8.4f%-+8.4f%-+8.4f",e[5],mp[5],zp[5],mt[5],zt[5],roc[5],ac[5],pnloc[5],fs[5],qcode[5]):

I know in Fortran, a descriptor such as "10F8.4" is possible. A positive response would be highly appreciated. Thank you..

Please Wait...