Forum Discussion

Ashish_Gupta_15's avatar
Ashish_Gupta_15
Icon for Nimbostratus rankNimbostratus
May 26, 2015
Solved

BIG-IP 11.5.2 - PROCs - passing by reference

TCL has a keyword named upvar which is supported in Big IP 11.4.x. This is similar to using pass by reference. But this does not seem to be working for me. In the below case, the value of {test_var} ...
  • nitass_89166's avatar
    Jun 01, 2015

    call TEST_LIB::testproc_byref ${test_var}

     

    shouldn't it be test_var rather than $test_var?