manage sdk code merging

fernando gibert

Member
Licensed User
Longtime User
I would like to merge on the sdk code from different programs the way as it is possible to be done with ZEND development, that is :

open some programs and copy code lines from one of them into the 'actual program code '

let's say database searching routines, coverting string to numbers and so on ..........

how can this be done ???

thanks alot
 

fernando gibert

Member
Licensed User
Longtime User
Maybe my explanation is a bit criptycal.

The example is as follows:

1.- Working on a project A.

2.- A set of lines of code are written in another project ( B ) to do something.

3.- I wish to copy and paste into the actual project ( A ) the already some written codelines into the project B.

Perhaps this wish depends on the SDK itself independant of b4a ......

The reference to ZEND is because you can open several projects in ZEND at the same time and copy codelines from one to another ......

Hope this helps you about my question.....
 

Cableguy

Expert
Licensed User
Longtime User
With B4A you can also have several instances of it opened with diferent projects, and just use the clipboard to copy past code between them...
A more better aproach is to have "frequently used" sub in a Code module and then just load that in your project
 
Top