Documentation for /Users/balarsen/Documents/idl/larsen/

Generated by IDLdoc

single page | use frames     summary     class     fields     routine details     file attributes

./

remove_char.pro

topremove_char

result = remove_char(tag_in, char)

remove a character from a string, this is a unitility routine for make_tag_valid

Return value

string with the character removed

Parameters

tag_in in required

input string to remove character from

char in required

character to remove from string

Examples

IDL> print, remove_char('Hello World', 'l') Heo Word

Author information

History:

Mon Apr 7 21:21:32 2008, Brian Larsen pulled out of make_tag_valid to be a standalone routine Wed Feb 13 18:50:31 2008, Brian Larsen documented, written prevously

Statistics

Lines: 10
McCabe complexity:

File attributes

Modifcation date: Tue Sep 9 14:11:52 2008
Lines: 46