Subroutine not executing when calling sequence is run

Issue #12 resolved
Jon McBee created an issue

When a calling sequence recurses into a subroutine via Get Next the Sub Routine is not executing. This is because within the Subroutine.lvclass:Get Next.vi method there is a call to Linked List Ref.lvclass:Read Attribute.vim, trying to read the “Subroutine” attribute, but the “Include Private?” flag is set to false. This causes the subroutine not to execute because the “Subroutine” attribute is a Private attribute.

Comments (1)

  1. Log in to comment