Answers for "(local var)"

1

what is local variable

Local variables are temporary, and only accessible 
in your request scripts. Local variable values are 
scoped to a single request or collection run, and are 
no longer available when the run is complete.
Posted by: Guest on December-06-2020
0

local variable

return render(request,'uploadb.html',{"i":i})
Posted by: Guest on June-01-2021

Browse Popular Code Answers by Language