Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Is there a syntax to be able to write a Binary load statement using a global or let variable.
Cannot get the Binary statement to work or an Include statement with variable in path that could contain the Binary statement.
Using static string variables does work, but ultimately want to be able to externally control new applications what to binary load based on app name.
tried approaches like:
$(Must_Include=[lib://Parameter Files/BinaryIDs/$(DocumentTitle()).txt]);
$(=replace('@(Must_Include=[lib://Parameter Files/BinaryIDs/' & $(DocumentTitle()) & '.txt])','@','$'));
my understanding is that the binary load needs to be the first statement to execute that means there is no opportunity to set the values of a variable prior to calling the binary load statement