I was trying to use #Prompt’s in a #Group and pass parameters to it, but parameters get treated as “unknown variables” throwing an error message in the #Prompt section so I’ve found out.
This is not allowed, throws unknown variable error. The group recieves the parameters, but they cant be used in a prompt statement.
I would disagree with the Default() needing to be processed before #Prepare because
I cant create a generic #group with #prompt’s and use address parameters for the #Prompt symbol let along the default() symbol.
The default()'s where ever they are, beit a #procedure or #code get processed even before the #Application#Prompt%Symbols, they literally get processed first before anything else. So thats why I dont think its right.