RAPID funtion to remove white space
Is there a function that will remove all leading white space in a string?
Something equivalent to string.Trim() in c#
Something equivalent to string.Trim() in c#
0
Comments
-
You could write your own, or perhaps a routine. There is a predefined data, STR_WHITE, for blank space. There are a lot of string functions available and I suppose you could use one or more to clear out any undesired white spaces.Lee Justice0
-
FUNC string StrTrim(string sInput, string sTrim)VAR string sPart;VAR string sReturn;FOR i FROM 1 TO StrLen(sInput) DOsPart:=StrPart(sInput,i,1);IF sPart<>sTrim sReturn:=sReturn+sPart;ENDFORRETURN sReturn;ENDFUNC
Needed and created it last week.Cheers0
Categories
- All Categories
- 5.6K RobotStudio
- 401 UpFeed
- 21 Tutorials
- 15 RobotApps
- 303 PowerPacs
- 407 RobotStudio S4
- 1.8K Developer Tools
- 250 ScreenMaker
- 2.8K Robot Controller
- 353 IRC5
- 74 OmniCore
- 8 RCS (Realistic Controller Simulation)
- 850 RAPID Programming
- 25 AppStudio
- 4 RobotStudio AR Viewer
- 19 Wizard Easy Programming
- 110 Collaborative Robots
- 5 Job listings