Top "Procedure" questions

A procedure is a subroutine that does not return a value.

help me define process and procedure?

I have never undertood the basic difference (if there is any) between these two terms "process" and "procedure", could you …

process terminology procedure
forward declaration of procedure in delphi

How can I make a forward declaration of a procedure in Delphi and make it's implementation in other place? I …

delphi procedure forward-declaration
What is a Re-entrant procedure?

What is a re entrant procedure and can you give an example scenario of when it is used? Edit: Also, …

c procedure
How to create a procedure in an oracle sql script and use it inside the script?

I want to create a script for my oracle DB, which drops tables. If the table does not exist, the …

sql oracle function procedure sql-scripts
How do I remove a Tcl procedure?

How do I remove a tcl procedure? One can unset a variable, override an alias with interp alias {} myproc {} otherproc, …

tcl procedure undef
Call assembly procedure from another assembly file?

Just a simple question: Let's say I had the following two assembly programs: 1: add10: add eax, 10 ret ;call add5 from …

assembly x86 procedure freestanding
How to execute procedure returning resultset in Firebird

I have the following table create table LIST_PIPE_TABLE ( ID INT, ITEM VARCHAR(4000), IS_FOLDER VARCHAR(10) ) with 3 rows of …

firebird resultset procedure execute suspend
How do I Invoke a procedure when inside another procedure in Pascal

procedure questiontype; begin writeln ('Enter the type of question you would like...'); writeln ('1. Add'); writeln ('2. Multiply'); writeln (…

delphi pascal procedure
VHDL Procedures

For a class, I was asked to write a VHDL procedure that takes two integer inputs A and B and …

vhdl procedure