Simba Code:Function Stile:boolean;
var enterfarm: tarray;
begin;
While(stile);
do enterfarm;
until(false);
end;
Simba Code:Function Stile:boolean;
var enterfarm: tarray;
begin;
While(stile);
do enterfarm;
until(false);
end;
You really need to post more information. Also please start using the Standards. It makes your work easier to read. It is also a requirement to get members. Bad standards don't help you get members. Here is the Tutorial again. Scripting Standards(with Examples) by Shuttleu
I can't figure out what your trying to do but that doesn't look like it will work at all. just for a programing view.
Your using stile as a boolean result and not asigning it as a result. You don't assign Stile anything but try to use it as a way to break a loop.
Please include more information about what you are trying to do.
~BraK
My recommended reading for you.
http://villavu.com/forum/showthread.php?t=54339
http://villavu.com/forum/showthread.php?t=59061
http://villavu.com/forum/showthread.php?t=58935
Last edited by BraK; 08-05-2011 at 06:52 AM.
"Sometimes User's don't need the Answer spelled out with Code. Sometimes all they need is guidance and explanation of the logic to get where they are going."
There are currently 1 users browsing this thread. (0 members and 1 guests)