We’ve got multiple FB scripts, which share very almost identical blocks of code. For example:
SFTP Connect
try
UploadFile
finally
SFTP Disconnect
end;
Is there a way in FB to define some sort of function to have this code in one place and call it from multiple build scripts?
Hi Andrew
You can move that functionality to separate project, and then call it using the Include Project action - http://wiki.finalbuilder.com/display/FB8/Include+Project+Action