Hi All!
I'm totally new in B4A, but i'm ok with VB6, and now i'm trying to make cryptography app using SPL Gauss algorithm and my goal is make my VB6 app available on Android.
in my VB6 module
maybe is possible to convert it to B4A ??
regards
_______________________________
Device : Motorola Fire XT, sorry for bad english, please understand
I'm totally new in B4A, but i'm ok with VB6, and now i'm trying to make cryptography app using SPL Gauss algorithm and my goal is make my VB6 app available on Android.
in my VB6 module
B4X:
'Define Global variables
Global System_DIM As Integer 'Dimension of the linear system
Global Matrix_A(1 To 10, 1 To 10) 'Max. Matrix dimensions 10x10 for the interface needs, but can be increased here
Global Triangular_A(1 To 10, 1 To 11) 'Triangularized Matrix A
Global Array_B(10) 'Array of the constants, {B}
Global Solutions(10) 'Array of the Solutions {x}
Global Solution_Problem As Boolean 'Determines whether the system was solved or not
maybe is possible to convert it to B4A ??
regards
_______________________________
Device : Motorola Fire XT, sorry for bad english, please understand