Skip to main content

B4A.UTIL.JOBI.VARA2OPTION-LIST

Description

Details

PropertyValue
TypeJOBI
FolderPACKAGES/BEST4AUTOMIC/B4A.UTIL/SOURCE
Titleconverts a variable to a key-value list for a b4A module option
Archive Key 1-
Archive Key 2-
CreatedAndreas Büsching am: 2025-04-24 14:03:09
Last ModifiedAndreas Büsching am: 2025-04-24 15:36:46 7 x
Last Used-

Process

:set &hnd# = prep_process_var($VARA$)
:set &parameters# = ""
:process &hnd#
:  set &key# = get_process_line( &hnd#, 1 )
:  set &value1# = get_process_line( &hnd#, 2 )
:  if &parameters# = ""
:    set &parameters# = "&key#=&value1#"
:  else
:    set &parameters# = "&key#=&value1#,&parameters#"
:  endif
:endprocess
:close_process &hnd#
:set &B4AU_OPTION_VALUE_O# = "&parameters#"