Jump to content

Forbide spaces chars and remove spaces chars


Recommended Posts

I have a Samba sm43-j-r22.

I have two questions:

1. Is posible to forbide to the user to insert a string, that contains only spaces chars, in an ASCII String Control?

2. Is there a function to remove spaces of string at the beginning or at the end?

Link to comment
Share on other sites

  • MVP 2023

1) Use the Find String in String function block and search for ASCII 20h (space).  Then write logic to make them enter the string again if you find it.

image.png

2) The Find function will return a pointer of the space location.  You can use the Remove function to get rid of it.  You may have to let the functions loop a couple of times to find all instances of a space character.

Joe T.

  • Upvote 1
Link to comment
Share on other sites

Thank you all for yor replies !

I will use find string function to remove spaces at the begining and at the end.

Only one more question, is there any SB that goes to ON when the user has finished of input a variable in a control? or is better to detect that the user has touched the ENTER key (SB 53) ?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

This site uses cookies. By clicking I accept, you agree to their use.