Microsoft
Software
Hardware
Network
Question : using same variable name multiple times
generally, is it safe to keep reusing same variable other contexts.
for example
declare abc number;
begin
........
code #1
end;
declare abc number;
begin
........
code #2
end;
will the end of the first block refresh/clear out the variable abc and keep it usable for the second round? is this good programming practice?
thanks
Answer : using same variable name multiple times
Hi,
Yes, the two variables are in different blocks, so they are different.
Regards,
Franck.
Random Solutions
Network issues loading company web-site
Wep Page on Internal Server not displaying correctly.
Creating a new Array and Logical Drive
You Do Not Have Permission To Send On Behalf Of The Scified User
Microsoft CRM Product question
check to see if an image exists on a remote server in vb.net
Globally change the Blackberry Service Display name
What is the extension to bring in a 2007 Excel xlsm workbook into Access 2007?
Class Diagram
dumb Access VBA question