Hi,
How can I split a string that doesn't contain a delimiter?
I need to extract 3 character codes that are strung together in 1 field without a delimiter. For example, I have a string that looks like this:
212356244120000000000000000 (40 char)
I need to split them into
212
356
244
120
and be...
Hi,
I have 10 sql expressions that return 10 different numbers: 139, 141, 143, 145,...,157. Each number associates with data from a field in a table. In CR report, each record could have more than one number...
Hi,
I compare addresses using StrCmp(str1, str2, 1). I am able to omit the case-sensitivity but am having a trouble with street abbreviations such as Ave, Ave., Avenue.
How can I omit the differences so the formula would return 0 (equal)?
Thanks.
Hi,
I have the records displayed horizontally in one line using a variable: stringvar courses := courses + {course}+ " ";.
So, instead of
ID[tab][tab]Course
001[tab][tab]A
001[tab][tab]B
001[tab][tab]C
This is what I have now:
ID Course
001[tab][tab]A[tab]B[tab]C
However, the...
I have a course meeting table that shows only the starting and ending dates of the classes and meeting days of week (meet once, weekly or biweekly on M W T...)
The days of week data is quite tricky. The days are determined by the position of the meeting code. Below is how the data look like...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.