setsetup2

beasscript-logo-small

set Variable per Database with long content (to 32000 Chars)

setsetup2=[variable]=[content]

 

get variable with

messagebox=<setup2:[variable]>

 

Example

setsetup=mysetup=hello
setsetup2=mysetup= world
messagebox=<setup:mysetup> <setup2:mysetup> 
// returns "hello world"

 

More info see setsetup

 

 

 

In Powerbuilder

gapp.of_setup2(variable,value)

ls_result=gapp.of_get2(variable,defaultvalue)

 

see

setlocal

setsetup

setsetup2

placeholder

setitem

Example configuration wizzard