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.5K RobotStudio
- 394 UpFeed
- 18 Tutorials
- 13 RobotApps
- 297 PowerPacs
- 405 RobotStudio S4
- 1.8K Developer Tools
- 249 ScreenMaker
- 2.7K Robot Controller
- 309 IRC5
- 59 OmniCore
- 7 RCS (Realistic Controller Simulation)
- 785 RAPID Programming
- AppStudio
- 3 RobotStudio AR Viewer
- 18 Wizard Easy Programming
- 105 Collaborative Robots
- 4 Job listings