... to split a string into a list by the backslash character:
v_File = "C:\Documents\My_File.txt";
// want to extract My_File.txt
l_FileParts = v_File.toList("\\");
info l_FileParts.get(l_FileParts.size() ...
... // remember remember the 5th of november
l_RememberLookup = List();
if(input.myLookup.size()>0)
{
for each v_SelectedLookup in input.myLookup
{
l_RememberLookup.add(v_SelectedLookup);
...
...
See my JsFiddle jsfiddle.net/Jlipman/4kj96rL0/1
Submitted by Ike
This version submitted as an update is a little smoother as it adds a font-size transition:
ul li{
display: inline-block;
...
... is a function to multiply two ranges together (must be the same size) and return the total of these results.
-- is a double hyphen/dash which converts a boolean true to 1 and boolean false to 0.
IsNumber( ...
We use cookies to improve your experience on our website. By browsing this website, you agree to our use of cookies. Read more about our Privacy Policy.