In My list I have some data I need the total of all the data from that list.
List Example: {123.12,234.2,23.9}
In My list I have some data I need the total of all the data from that list.
List Example: {123.12,234.2,23.9}
Hey!
Try this:
Assign strValues = System.Text.RegularExpressions.RegEx.Match(StrInput,"(?<=[^\D]).[0-9]{4}$").ToString.Trim
Now use Add to Collection And pass the value as strValues
Assign intNumber = cint(strValue)
Regards,
NaNi
Hi,
Can you try the following sample? In this case, I recommend to use Dictionary and the following create List and Dictionary.
Sample20220901-2.zip (3.0 KB)
Regards,