Say if I have a field called ps_ps_code.
I like to assign that to a value.
ex:
x = ps_ps_code.
even if ps_ps_code is blank I like to assign x one char.
so x would equal " ".
another example would be
say if ps_ps_code = "12345".
I like x gain to be the first character
x = "1".
Thanks
I like to assign that to a value.
ex:
x = ps_ps_code.
even if ps_ps_code is blank I like to assign x one char.
so x would equal " ".
another example would be
say if ps_ps_code = "12345".
I like x gain to be the first character
x = "1".
Thanks