Quote:
Originally Posted by jlalt
You're missing var of ExitVW
you have wrote:
Код:
`ExitInt` = %d, \
`ExitVW` = %d, \
`Enterable` = %d, \
`Value` = %d,
but passed those only:
Код:
BusinessData[i][bExitInt],
BusinessData[i][bEnterable],
BusinessData[i][bValue],
|
How did I miss that? I've added the fix you mentioned and it worked. Thanks!