Scanstring works just fine:
Use Builtin(SCANSTRING) With_Args(#MYTEXT #CHECKS) To_Get(#STD_NUM)
Search found 9 matches
- Fri Sep 15, 2023 12:09 pm
- Forum: Questions & Answers
- Topic: Search an alpha field for a full stop
- Replies: 1
- Views: 4236
- Fri Sep 15, 2023 4:00 am
- Forum: Questions & Answers
- Topic: Search an alpha field for a full stop
- Replies: 1
- Views: 4236
Search an alpha field for a full stop
Hi Guys,
I am looking to search an alpha field for the occurrence of a full stop (decimal point) character.
e.g. if the alpha field contains the value 'The amount is 123.45' then I'd like the search to return a Y. I have been looking to use SCANSTRING for this (I cannot use RDMLX). Any tips on ...
I am looking to search an alpha field for the occurrence of a full stop (decimal point) character.
e.g. if the alpha field contains the value 'The amount is 123.45' then I'd like the search to return a Y. I have been looking to use SCANSTRING for this (I cannot use RDMLX). Any tips on ...
- Mon May 01, 2023 1:02 am
- Forum: Questions & Answers
- Topic: Running a LANSA background Function as a Windows Service
- Replies: 4
- Views: 19410
Re: Running a LANSA background Function as a Windows Service
Perhaps this will help:
https://stackoverflow.com/questions/358 ... executable
Create the Windows service and run the X_RUN.EXE with appropriate parameter settings?
https://stackoverflow.com/questions/358 ... executable
Create the Windows service and run the X_RUN.EXE with appropriate parameter settings?
- Tue Apr 18, 2023 4:44 am
- Forum: Questions & Answers
- Topic: Does HEAVYUSAGE have any meaning in RDMLX?
- Replies: 3
- Views: 6426
Re: Does HEAVYUSAGE have any meaning in RDMLX?
Thanks! Please do share execution results for both Windows and IBMi executions.
I'm more interested in IBMi executions, as that's where the HEAVYUSAGE command becomes relevant.
Since RDMLX programs use C/C++, I suspect there is a performance hit too as nothing runs as fact as RPG on the IBMi server.
I'm more interested in IBMi executions, as that's where the HEAVYUSAGE command becomes relevant.
Since RDMLX programs use C/C++, I suspect there is a performance hit too as nothing runs as fact as RPG on the IBMi server.
- Tue Apr 18, 2023 3:55 am
- Forum: Questions & Answers
- Topic: LANSA to MS SQL Server on separate machine
- Replies: 8
- Views: 17545
Re: LANSA to MS SQL Server on separate machine
Hi Karl, if both the app and DB servers are in the same windows domain, you can try creating the LANSA Web user as a domain user (DFTUSR) with appropriate permissions on both the app and DB server. You can then get rid of the local web user profile on the app server and test that out using the new ...
- Tue Apr 18, 2023 12:59 am
- Forum: Questions & Answers
- Topic: Does HEAVYUSAGE have any meaning in RDMLX?
- Replies: 3
- Views: 6426
Does HEAVYUSAGE have any meaning in RDMLX?
HI Guys, Does using HEAVYUSAGE in RDMLX functions have any benefit? Since these are C/C++ Service programs, do they benefit in the same way as RPG programs do, using HEAVYUSAGE? If anyone has done testing around this area, please do share your findings. I have my doubts on HEAVYUSAGE having any ...
- Fri Aug 12, 2022 2:21 am
- Forum: Questions & Answers
- Topic: LANSA Documentation losing its grip?
- Replies: 5
- Views: 13588
Re: LANSA Documentation losing its grip?
Had a look at the LANSA documentation Search today and was pleasantly surprised at the much better resultset. Keyword searches for INSERT, HEAVYUSAGE returned useful results. Thanks Guys!
- Thu Jul 14, 2022 8:42 am
- Forum: Questions & Answers
- Topic: LANSA Documentation losing its grip?
- Replies: 5
- Views: 13588
Re: LANSA Documentation losing its grip?
I ran the same search test today on docs.lansa.com, searched for INSERT, came back with "No Result". I wonder how long the LANSA Documentation update will take? I've had the same issue for over 3 months now...
- Fri Jul 08, 2022 2:20 am
- Forum: Questions & Answers
- Topic: LANSA Documentation losing its grip?
- Replies: 5
- Views: 13588
LANSA Documentation losing its grip?
Just wondering what's going on with the official LANSA online documentation website. It seems to be slipping away on google searches, replaced by other websites (not managed by LANSA). I am both worried and concerned by this gradual degradation. Are folks still using LANSA documentation? If not ...