Below command will help to feed newline in power apps.
Char(13) & Char(10)
Place label control in Power apps screen, In Text property write the below command
"-You are not allowed to buy that much stuff" & char(13) & char(10) &
"-Insufficient funds"
The above text will be displayed in two lines.
Place label control in Power apps screen, In Text property write the below command
"-You are not allowed to buy that much stuff" & char(13) & char(10) &
"-Insufficient funds"
The above text will be displayed in two lines.
No comments:
Post a Comment