mvc - nicolob/pep-full GitHub Wiki

mvc

Type: subroutine

Defined in: mvc.f

Definition: subroutine MVC( string1, k1, n, string2, k2 )

Description

---input
arguments:   string1  = character array to move string from
(character)
k1       = position of first character in string to be
moved
(integer)
n        = number of characters in string to be moved
(integer)
k2       = position of first character in string2 where
the string is to be inserted
(integer)
---output
arguments:   string2  = character array into which the string was
inserted
(character)

Included Files

None.

Arguments

  • string1
  • k1
  • n
  • string2
  • k2

Calls

  • None detected.

Called By

  • ...

Notes

  • ...
⚠️ **GitHub.com Fallback** ⚠️