Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Below is Interview question, PFB details
Inline * load[
Name
er#io*io
uig&^jk
hjkg$%&
];
How can i remove the symbols from above filed, user need only characters to be with that Name filed? how do you achieve it?
Hi,
You can use Keepchar() to specify the charcters which are needed
its not a" inline * load",the format is "load * inline"
load Name,keepchar(Name,'abcdefghijklmnopqrstuvwxyz');
load * inline
[
Name
er#io*io
uig&^jk
hjkg$%&
];