M
ma
Hello,
This simple code doesn't work for me. Why?
dim s as string
if isnull(UserName_Input) then
s=""
else
s= UserName_input.Text
end if
UserName_input is a text input field on the form.
what is the problem?
best regards
This simple code doesn't work for me. Why?
dim s as string
if isnull(UserName_Input) then
s=""
else
s= UserName_input.Text
end if
UserName_input is a text input field on the form.
what is the problem?
best regards