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
Related Combobox Data Population
asp - The resource could not be found
Remove header from array created using Get-QADComputer cmdlet?
Referencing merged cells using the "Indirect" function
Network Range of IPs and what is available.
Couple of Apple questions
Changing Domain Controllers + DNS - How to get new clients to accept new DNS server
Router Sessions
Block users from RSS feeds
Documentation on SAMBA and Active Directory Integration