07-09-2020
10:35 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
07-09-2020
10:35 AM
There is no limit, as I was able to call a subroutine with 6 arguments with no problem. The issue is that you are not passing a string to DesPlanes on line 73. Double check that the string is defined and is being passed to the sub routine in every instance. You can test that it works by adding "TestString" where DesPlanes should be.