Procedures

ProcedureLocationProcedure TypeDescription
add_multiple_attributesfoxy_xml_tagSubroutine

Add list of attributes name/value pairs.

add_single_attributefoxy_xml_tagSubroutine

Add one attribute name/value pair.

add_stream_attributesfoxy_xml_tagSubroutine

Add list of attributes name/value pairs passed as stream.

add_tagfoxy_xml_fileSubroutine

Add tag to XML file.

adjustlstringiforInterface

Builtin adjustl overloading.

adjustrstringiforInterface

Builtin adjustr overloading.

alloc_attributesfoxy_xml_tagSubroutine

Allocate (prepare for filling) dynamic memory of attributes.

assign_tagfoxy_xml_tagSubroutine

Assignment between two tags.

attributesfoxy_xml_tagFunction

Return attributes name/value pairs as string.

autotestbefor64Subroutine

Procedure for autotesting the library functionalities.

b64_decodebefor64Interface

Decode numbers (integer and real) from base64.

b64_decode_I1befor64Subroutine

Decode a base64 code into a scalar number (I1P).

b64_decode_I1_abefor64Subroutine

Decode a base64 code into an array numbers (I1P).

b64_decode_I2befor64Subroutine

Decode a base64 code into a scalar number (I2P).

b64_decode_I2_abefor64Subroutine

Decode a base64 code into an array numbers (I2P).

b64_decode_I4befor64Subroutine

Decode a base64 code into a scalar number (I4P).

b64_decode_I4_abefor64Subroutine

Decode a base64 code into an array numbers (I4P).

b64_decode_I8befor64Subroutine

Decode a base64 code into a scalar number (I8P).

b64_decode_I8_abefor64Subroutine

Decode a base64 code into an array numbers (I8P).

b64_decode_R16befor64Subroutine

Decode a base64 code into a scalar number (R16P).

b64_decode_R16_abefor64Subroutine

Decode a base64 code into an array numbers (R16P).

b64_decode_R4befor64Subroutine

Decode a base64 code into a scalar number (R4P).

b64_decode_R4_abefor64Subroutine

Decode a base64 code into an array numbers (R4P).

b64_decode_R8befor64Subroutine

Decode a base64 code into a scalar number (R8P).

b64_decode_R8_abefor64Subroutine

Decode a base64 code into an array numbers (R8P).

b64_decode_stringbefor64Subroutine

Decode a base64 code into a scalar string.

b64_decode_string_abefor64Subroutine

Decode a base64 code into an array of strings.

b64_decode_upbefor64Subroutine

Decode an unlimited polymorphic scalar from base64.

b64_decode_upbefor64Interface

Decode unlimited polymorphic variable from base64.

b64_decode_up_abefor64Subroutine

Decode an unlimited polymorphic array from base64.

b64_encodebefor64Interface

Encode numbers (integer and real) to base64.

b64_encode_I1befor64Subroutine

Encode scalar number to base64 (I1P).

b64_encode_I1_abefor64Subroutine

Encode array numbers to base64 (I1P).

b64_encode_I2befor64Subroutine

Encode scalar number to base64 (I2P).

b64_encode_I2_abefor64Subroutine

Encode array numbers to base64 (I2P).

b64_encode_I4befor64Subroutine

Encode scalar number to base64 (I4P).

b64_encode_I4_abefor64Subroutine

Encode array numbers to base64 (I4P).

b64_encode_I8befor64Subroutine

Encode scalar number to base64 (I8P).

b64_encode_I8_abefor64Subroutine

Encode array numbers to base64 (I8P).

b64_encode_R16befor64Subroutine

Encode scalar number to base64 (R16P).

b64_encode_R16_abefor64Subroutine

Encode array numbers to base64 (R16P).

b64_encode_R4befor64Subroutine

Encode scalar number to base64 (R4P).

b64_encode_R4_abefor64Subroutine

Encode array numbers to base64 (R4P).

b64_encode_R8befor64Subroutine

Encode scalar number to base64 (R8P).

b64_encode_R8_abefor64Subroutine

Encode array numbers to base64 (R8P).

b64_encode_stringbefor64Subroutine

Encode scalar string to base64.

b64_encode_string_abefor64Subroutine

Encode array string to base64.

b64_encode_upbefor64Subroutine

Encode an unlimited polymorphic scalar to base64.

b64_encode_upbefor64Interface

Encode unlimited polymorphic variable to base64.

b64_encode_up_abefor64Subroutine

Encode an unlimited polymorphic array to base64.

b64_initbefor64Subroutine

Initialize the BeFoR64 library.

basedirstringifor_string_tFunction

Return the base directory name of a string containing a file name.

basenamestringifor_string_tFunction

Return the base file name of a string containing a file name.

bctoi_I1Ppenf_stringifyFunction

Convert bit-string to integer.

bctoi_I2Ppenf_stringifyFunction

Convert bit-string to integer.

bctoi_I4Ppenf_stringifyFunction

Convert bit-string to integer.

bctoi_I8Ppenf_stringifyFunction

Convert bit-string to integer.

bctonpenf_stringifyInterface

Convert bit-string to number (real and integer, bit-string to number type casting).

bctor_R16Ppenf_stringifyFunction

Convert bit-string to real.

bctor_R4Ppenf_stringifyFunction

Convert bit-string to real.

bctor_R8Ppenf_stringifyFunction

Convert bit-string to real.

bit_sizepenf_b_sizeInterface

Overloading of the intrinsic bit_size function for computing the number of bits of (also) real and character variables.

bit_sizepenfInterface

Overloading of the intrinsic bit_size function for computing the number of bits of (also) real and character variables.

bit_size_chrpenf_b_sizeFunction

Compute the number of bits of a character variable.

bit_size_R16Ppenf_b_sizeFunction

Compute the number of bits of a real variable.

bit_size_R4Ppenf_b_sizeFunction

Compute the number of bits of a real variable.

bit_size_R8Ppenf_b_sizeFunction

Compute the number of bits of a real variable.

bstrpenf_stringifyInterface

Convert number (real and integer) to bit-string (number to bit-string type casting).

bstr_I1Ppenf_stringifyFunction

Convert integer to string of bits.

bstr_I2Ppenf_stringifyFunction

Convert integer to string of bits.

bstr_I4Ppenf_stringifyFunction

Convert integer to string of bits.

bstr_I8Ppenf_stringifyFunction

Convert integer to string of bits.

bstr_R16Ppenf_stringifyFunction

Convert real to string of bits.

bstr_R4Ppenf_stringifyFunction

Convert real to string of bits.

bstr_R8Ppenf_stringifyFunction

Convert real to string of bits.

byte_sizepenf_b_sizeInterface

Compute the number of bytes of a variable.

byte_size_chrpenf_b_sizeFunction

Compute the number of bytes of a character variable.

byte_size_I1Ppenf_b_sizeFunction

Compute the number of bytes of an integer variable.

byte_size_I2Ppenf_b_sizeFunction

Compute the number of bytes of an integer variable.

byte_size_I4Ppenf_b_sizeFunction

Compute the number of bytes of an integer variable.

byte_size_I8Ppenf_b_sizeFunction

Compute the number of bytes of an integer variable.

byte_size_R16Ppenf_b_sizeFunction

Compute the number of bytes of a real variable.

byte_size_R4Ppenf_b_sizeFunction

Compute the number of bytes of a real variable.

byte_size_R8Ppenf_b_sizeFunction

Compute the number of bytes of a real variable.

camelcasestringifor_string_tFunction

Return a string with all words capitalized without spaces.

capitalizestringifor_string_tFunction

Return a string with its first character capitalized and the rest lowercased.

character_concat_stringstringifor_string_tFunction

Concatenation with character (inverted).

character_concat_string_stringstringifor_string_tFunction

Concatenation with character (inverted).

character_eq_stringstringifor_string_tFunction

Equal to character (inverted) logical operator.

character_ge_stringstringifor_string_tFunction

Greater equal than to character (inverted) logical operator.

character_gt_stringstringifor_string_tFunction

Greater than to character (inverted) logical operator.

character_le_stringstringifor_string_tFunction

Lower equal than to character (inverted) logical operator.

character_lt_stringstringifor_string_tFunction

Lower than to character (inverted) logical operator.

character_ne_stringstringifor_string_tFunction

Not equal to character (inverted) logical operator.

charsstringifor_string_tFunction

Return the raw characters data.

check_endianpenfSubroutine

Check the type of bit ordering (big or little endian) of the running architecture.

compact_real_stringpenf_stringifySubroutine

Compact a string representing a real number, so that the same value is displayed with fewer characters.

contentfoxy_xml_fileFunction

Return tag content of tag named name.

contentfoxy_xml_tagFunction

Return tag content of self (or its nested tags) if named name.

countstringiforInterface

Builtin count overloading.

count_substringstringiforFunction

Count the number of occurences of a substring into a string.

create_tag_flatfoxy_xml_tagFunction

Return an instance of xml tag.

create_tag_nestedfoxy_xml_tagFunction

Return an instance of xml tag with value being a nested tag.

ctoi_I1Ppenf_stringifyFunction

Convert string to integer.

ctoi_I2Ppenf_stringifyFunction

Convert string to integer.

ctoi_I4Ppenf_stringifyFunction

Convert string to integer.

ctoi_I8Ppenf_stringifyFunction

Convert string to integer.

ctonpenf_stringifyInterface

Convert string to number (real and integer, string to number type casting).

ctor_R16Ppenf_stringifyFunction

Convert string to real.

ctor_R4Ppenf_stringifyFunction

Convert string to real.

ctor_R8Ppenf_stringifyFunction

Convert string to real.

decodestringifor_string_tFunction

Return a string decoded accordingly the codec.

decode_bitsbefor64Subroutine

Decode a base64 string into a sequence of bits stream.

delete_contentfoxy_xml_tagSubroutine

Delete tag content.

delete_multiple_attributesfoxy_xml_tagSubroutine

Delete list of attributes name/value pairs.

delete_single_attributefoxy_xml_tagSubroutine

Delete one attribute name/value pair.

delete_tagfoxy_xml_fileSubroutine

Delete tag from XML file.

digitpenfInterface

Compute the number of digits in decimal base of the input integer.

digit_I1penfFunction

Compute the number of digits in decimal base of the input integer.

digit_I2penfFunction

Compute the number of digits in decimal base of the input integer.

digit_I4penfFunction

Compute the number of digits in decimal base of the input integer.

digit_I8penfFunction

Compute the number of digits in decimal base of the input integer.

encodestringifor_string_tFunction

Return a string encoded accordingly the codec.

encode_bitsbefor64Subroutine

Encode a bits stream (must be multiple of 24 bits) into base64 charcaters code (of length multiple of 4).

end_tagfoxy_xml_tagFunction

Return </tag_name> end tag.

end_withstringifor_string_tFunction

Return true if a string ends with a specified suffix.

escapestringifor_string_tFunction

Escape backslashes (or custom escape character).

extensionstringifor_string_tFunction

Return the extension of a string containing a file name.

fillstringifor_string_tFunction

Pad string on the left (or right) with zeros (or other char) to fill width.

finalizefoxy_xml_fileSubroutine

Free dynamic memory when finalizing.

finalizefoxy_xml_tagSubroutine

Free dynamic memory when finalizing.

freefoxy_xml_fileSubroutine

Free dynamic memory.

freefoxy_xml_tagSubroutine

Free dynamic memory.

freestringifor_string_tSubroutine

Free dynamic memory.

getfoxy_xml_tagSubroutine

Get the tag content and attributes from source after tag_name and attributes names have been set.

get_attributesfoxy_xml_tagSubroutine

Get the attributes values from source after tag_name and attributes names have been set.

get_decimal_modestringifor_string_tSubroutine

Get the DECIMAL changeable connection mode for the given unit.

get_delimiter_modestringifor_string_tSubroutine

Get the DELIM changeable connection mode for the given unit.

get_next_non_blank_character_any_recordstringifor_string_tSubroutine

Get the next non-blank character, advancing records if necessary.

get_next_non_blank_character_this_recordstringifor_string_tSubroutine

Get the next non-blank character in the current record.

get_valuefoxy_xml_tagSubroutine

Get the tag value from source after tag_name has been set.

indexstringiforInterface

Builtin index overloading.

insert_characterstringifor_string_tFunction

Insert substring into string at a specified position.

insert_stringstringifor_string_tFunction

Insert substring into string at a specified position.

is_allocatedstringifor_string_tFunction

Return true if the string is allocated.

is_attribute_presentfoxy_xml_tagFunction

Return .true. it the queried attribute name is defined, .false. otherwise.

is_digitstringifor_string_tFunction

Return true if all characters in the string are digits.

is_integerstringifor_string_tFunction

Return true if the string contains an integer.

is_lowerstringifor_string_tFunction

Return true if all characters in the string are lowercase.

is_numberstringifor_string_tFunction

Return true if the string contains a number (real or integer).

is_parsedfoxy_xml_tagFunction

Check is tag is correctly parsed, i.e. its tag_name is allocated.

is_realstringifor_string_tFunction

Return true if the string contains a real.

is_upperstringifor_string_tFunction

Return true if all characters in the string are uppercase.

join_charactersstringifor_string_tFunction

Return a string that is a join of an array of characters.

join_stringsstringifor_string_tFunction

Return a string that is a join of an array of strings.

lenstringiforInterface

Builtin len overloading.

len_trimstringiforInterface

Builtin len_trim overloading.

load_file_as_streamfoxy_xml_fileFunction

Load file contents and store as single characters stream.

lowerstringifor_string_tFunction

Return a string with all lowercase characters.

namefoxy_xml_tagFunction

Return tag name.

pack_databefor64_pack_data_mInterface

Pack different kinds of data into single I1P array.

pack_data_I1_I2befor64_pack_data_mSubroutine

Pack different kinds of data into single I1P array.

pack_data_I1_I4befor64_pack_data_mSubroutine

Pack different kinds of data into single I1P array.

pack_data_I1_I8befor64_pack_data_mSubroutine

Pack different kinds of data into single I1P array.

pack_data_I1_R4befor64_pack_data_mSubroutine

Pack different kinds of data into single I1P array.

pack_data_I1_R8befor64_pack_data_mSubroutine

Pack different kinds of data into single I1P array.

pack_data_I2_I1befor64_pack_data_mSubroutine

Pack different kinds of data into single I1P array.

pack_data_I2_I4befor64_pack_data_mSubroutine

Pack different kinds of data into single I1P array.

pack_data_I2_I8befor64_pack_data_mSubroutine

Pack different kinds of data into single I1P array.

pack_data_I2_R4befor64_pack_data_mSubroutine

Pack different kinds of data into single I1P array.

pack_data_I2_R8befor64_pack_data_mSubroutine

Pack different kinds of data into single I1P array.

pack_data_I4_I1befor64_pack_data_mSubroutine

Pack different kinds of data into single I1P array.

pack_data_I4_I2befor64_pack_data_mSubroutine

Pack different kinds of data into single I1P array.

pack_data_I4_I8befor64_pack_data_mSubroutine

Pack different kinds of data into single I1P array.

pack_data_I4_R4befor64_pack_data_mSubroutine

Pack different kinds of data into single I1P array.

pack_data_I4_R8befor64_pack_data_mSubroutine

Pack different kinds of data into single I1P array.

pack_data_I8_I1befor64_pack_data_mSubroutine

Pack different kinds of data into single I1P array.

pack_data_I8_I2befor64_pack_data_mSubroutine

Pack different kinds of data into single I1P array.

pack_data_I8_I4befor64_pack_data_mSubroutine

Pack different kinds of data into single I1P array.

pack_data_I8_R4befor64_pack_data_mSubroutine

Pack different kinds of data into single I1P array.

pack_data_I8_R8befor64_pack_data_mSubroutine

Pack different kinds of data into single I1P array.

pack_data_R4_I1befor64_pack_data_mSubroutine

Pack different kinds of data into single I1P array.

pack_data_R4_I2befor64_pack_data_mSubroutine

Pack different kinds of data into single I1P array.

pack_data_R4_I4befor64_pack_data_mSubroutine

Pack different kinds of data into single I1P array.

pack_data_R4_I8befor64_pack_data_mSubroutine

Pack different kinds of data into single I1P array.

pack_data_R4_R8befor64_pack_data_mSubroutine

Pack different kinds of data into single I1P array.

pack_data_R8_I1befor64_pack_data_mSubroutine

Pack different kinds of data into single I1P array.

pack_data_R8_I2befor64_pack_data_mSubroutine

Pack different kinds of data into single I1P array.

pack_data_R8_I4befor64_pack_data_mSubroutine

Pack different kinds of data into single I1P array.

pack_data_R8_I8befor64_pack_data_mSubroutine

Pack different kinds of data into single I1P array.

pack_data_R8_R4befor64_pack_data_mSubroutine

Pack different kinds of data into single I1P array.

parsefoxy_xml_fileSubroutine

Parse xml data from string or file.

parsefoxy_xml_tagSubroutine

Parse the tag contained into a source string.

parse_attributes_namesfoxy_xml_tagSubroutine

Parse the tag attributes names contained into a string.

parse_from_stringfoxy_xml_fileSubroutine

Parse xml data from string.

parse_tag_namefoxy_xml_tagSubroutine

Parse the tag name contained into a string.

partitionstringifor_string_tFunction

Split string at separator and return the 3 parts (before, the separator and after).

penf_initpenfSubroutine

Initialize PENF's variables that are not initialized into the definition specification.

penf_printpenfSubroutine

Print to the specified unit the PENF's environment data.

read_delimitedstringifor_string_tSubroutine

Read a delimited string from a unit connected for formatted input.

read_filestringiforSubroutine

Read a file as a single string stream.

read_filestringifor_string_tSubroutine

Read a file as a single string stream.

read_formattedstringifor_string_tSubroutine

Formatted input.

read_linestringifor_string_tSubroutine

Read line (record) from a connected unit.

read_linesstringiforSubroutine

Read lines (records) from a connected-formatted unit.

read_linesstringifor_string_tSubroutine

Read (all) lines (records) from a connected unit as a single ascii stream.

read_undelimitedstringifor_string_tSubroutine

Read an undelimited string up until end of record or a character from a set of terminators is encountered.

read_undelimited_listdirectedstringifor_string_tSubroutine

Read an undelimited (no leading apostrophe or double quote) character value according to the rules for list directed input.

read_unformattedstringifor_string_tSubroutine

Unformatted input.

repeatstringiforInterface

Builtin repeat overloading.

replacestringifor_string_tFunction

Return a string with all occurrences of substring old replaced by new.

replace_one_occurrencestringifor_string_tFunction

Return a string with the first occurrence of substring old replaced by new.

reversestringifor_string_tFunction

Return a reversed string.

sadjustlstringifor_string_tFunction

Left adjust a string by removing leading spaces.

sadjustl_characterstringifor_string_tFunction

Left adjust a string by removing leading spaces (character output).

sadjustrstringifor_string_tFunction

Right adjust a string by removing leading spaces.

sadjustr_characterstringifor_string_tFunction

Right adjust a string by removing leading spaces (character output).

scanstringiforInterface

Builtin scan overloading.

scountstringifor_string_tFunction

Count the number of occurences of a substring into a string.

searchfoxy_xml_tagSubroutine

Search tag named tag_name into a string and, in case it is found, store into self.

searchstringifor_string_tFunction

Search for tagged record into string, return the first record found (if any) matching the tags.

self_closing_tagfoxy_xml_tagFunction

Return <tag_name.../> self closing tag.

setfoxy_xml_tagSubroutine

Set tag data.

sindex_character_stringstringifor_string_tFunction

Return the position of the start of the first occurrence of string substring as a substring in string, counting from one. If substring is not present in string, zero is returned. If the back argument is present and true, the return value is the start of the last occurrence rather than the first.

sindex_string_characterstringifor_string_tFunction

Return the position of the start of the first occurrence of string substring as a substring in string, counting from one. If substring is not present in string, zero is returned. If the back argument is present and true, the return value is the start of the last occurrence rather than the first.

sindex_string_stringstringifor_string_tFunction

Return the position of the start of the first occurrence of string substring as a substring in string, counting from one. If substring is not present in string, zero is returned. If the back argument is present and true, the return value is the start of the last occurrence rather than the first.

slenstringifor_string_tFunction

Return the length of a string.

slen_trimstringifor_string_tFunction

Return the length of a string, ignoring any trailing blanks.

slicestringifor_string_tFunction

Return the raw characters data sliced.

snakecasestringifor_string_tFunction

Return a string with all words lowercase separated by "_".

splitstringifor_string_tSubroutine

Return a list of substring in the string, using sep as the delimiter string.

srepeat_character_stringstringifor_string_tFunction

Concatenates several copies of an input string.

srepeat_string_stringstringifor_string_tFunction

Concatenates several copies of an input string.

sscan_character_stringstringifor_string_tFunction

Return the leftmost (if back is either absent or equals false, otherwise the rightmost) character of string that is in set.

sscan_string_characterstringifor_string_tFunction

Return the leftmost (if back is either absent or equals false, otherwise the rightmost) character of string that is in set.

sscan_string_stringstringifor_string_tFunction

Return the leftmost (if back is either absent or equals false, otherwise the rightmost) character of string that is in set.

start_tagfoxy_xml_tagFunction

Return <tag_name...> start tag.

start_withstringifor_string_tFunction

Return true if a string starts with a specified prefix.

startcasestringifor_string_tFunction

Return a string with all words capitalized, e.g. title case.

strpenf_stringifyInterface

Convert number (real and integer) to string (number to string type casting).

str_a_I1Ppenf_stringifyFunction

Convert integer array to string.

str_a_I2Ppenf_stringifyFunction

Convert integer array to string.

str_a_I4Ppenf_stringifyFunction

Convert integer array to string.

str_a_I8Ppenf_stringifyFunction

Convert integer array to string.

str_a_R16Ppenf_stringifyFunction

Converting real array to string.

str_a_R4Ppenf_stringifyFunction

Convert real array to string.

str_a_R8Ppenf_stringifyFunction

Convert real array to string.

str_bolpenf_stringifyFunction

Convert logical to string.

str_I1Ppenf_stringifyFunction

Convert integer to string.

str_I2Ppenf_stringifyFunction

Convert integer to string.

str_I4Ppenf_stringifyFunction

Converting integer to string.

str_I8Ppenf_stringifyFunction

Convert integer to string.

str_R16Ppenf_stringifyFunction

Convert real to string.

str_R4Ppenf_stringifyFunction

Convert real to string.

str_R8Ppenf_stringifyFunction

Convert real to string.

strf_I1Ppenf_stringifyFunction

Convert integer to string.

strf_I2Ppenf_stringifyFunction

Convert integer to string.

strf_I4Ppenf_stringifyFunction

Convert integer to string.

strf_I8Ppenf_stringifyFunction

Convert integer to string.

strf_R16Ppenf_stringifyFunction

Convert real to string.

strf_R4Ppenf_stringifyFunction

Convert real to string.

strf_R8Ppenf_stringifyFunction

Convert real to string.

strimstringifor_string_tFunction

Remove leading spaces.

string_assign_characterstringifor_string_tSubroutine

Assignment operator from character input.

string_assign_integer_I1Pstringifor_string_tSubroutine

Assignment operator from real input.

string_assign_integer_I2Pstringifor_string_tSubroutine

Assignment operator from real input.

string_assign_integer_I4Pstringifor_string_tSubroutine

Assignment operator from real input.

string_assign_integer_I8Pstringifor_string_tSubroutine

Assignment operator from real input.

string_assign_real_R16Pstringifor_string_tSubroutine

Assignment operator from real input.

string_assign_real_R4Pstringifor_string_tSubroutine

Assignment operator from real input.

string_assign_real_R8Pstringifor_string_tSubroutine

Assignment operator from real input.

string_assign_stringstringifor_string_tSubroutine

Assignment operator from string input.

string_concat_characterstringifor_string_tFunction

Concatenation with character.

string_concat_character_stringstringifor_string_tFunction

Concatenation with character.

string_concat_stringstringifor_string_tFunction

Concatenation with string.

string_concat_string_stringstringifor_string_tFunction

Concatenation with string.

string_eq_characterstringifor_string_tFunction

Equal to character logical operator.

string_eq_stringstringifor_string_tFunction

Equal to string logical operator.

string_ge_characterstringifor_string_tFunction

Greater equal than to character logical operator.

string_ge_stringstringifor_string_tFunction

Greater equal than to string logical operator.

string_gt_characterstringifor_string_tFunction

Greater than to character logical operator.

string_gt_stringstringifor_string_tFunction

Greater than to string logical operator.

string_le_characterstringifor_string_tFunction

Lower equal than to character logical operator.

string_le_stringstringifor_string_tFunction

Lower equal than to string logical operator.

string_lt_characterstringifor_string_tFunction

Lower than to character logical operator.

string_lt_stringstringifor_string_tFunction

Lower than to string logical operator.

string_ne_characterstringifor_string_tFunction

Not equal to character logical operator.

string_ne_stringstringifor_string_tFunction

Not equal to string logical operator.

stringifyfoxy_xml_fileFunction

Convert the whole file data into a string.

stringifyfoxy_xml_tagFunction

Convert the whole tag into a string.

stripstringifor_string_tFunction

Return a copy of the string with the leading and trailing characters removed.

strzpenf_stringifyInterface

Convert integer, to string, prefixing with the right number of zeros (integer to string type casting with zero padding).

strz_I1Ppenf_stringifyFunction

Convert integer to string, prefixing with the right number of zeros.

strz_I2Ppenf_stringifyFunction

Convert integer to string, prefixing with the right number of zeros.

strz_I4Ppenf_stringifyFunction

Convert integer to string, prefixing with the right number of zeros.

strz_I8Ppenf_stringifyFunction

Converting integer to string, prefixing with the right number of zeros.

sverifystringifor_string_tFunction

Return the leftmost (if back is either absent or equals false, otherwise the rightmost) character of string that is not in set. If all characters of string are found in set, the result is zero.

swapcasestringifor_string_tFunction

Return a copy of the string with uppercase characters converted to lowercase and vice versa.

to_integer_I1Pstringifor_string_tFunction

Cast string to integer (I1P).

to_integer_I2Pstringifor_string_tFunction

Cast string to integer (I2P).

to_integer_I4Pstringifor_string_tFunction

Cast string to integer (I4P).

to_integer_I8Pstringifor_string_tFunction

Cast string to integer (I8P).

to_real_R16Pstringifor_string_tFunction

Cast string to real (R16P).

to_real_R4Pstringifor_string_tFunction

Cast string to real (R4P).

to_real_R8Pstringifor_string_tFunction

Cast string to real (R8P).

trimstringiforInterface

Builtin trim overloading.

unescapestringifor_string_tFunction

Unescape double backslashes (or custom escaped character).

uniquestringifor_string_tFunction

Reduce to one (unique) multiple (sequential) occurrences of a substring into a string.

upperstringifor_string_tFunction

Return a string with all uppercase characters.

write_filestringiforSubroutine

Write a single string stream into file.

write_filestringifor_string_tSubroutine

Write a single string stream into file.

write_formattedstringifor_string_tSubroutine

Formatted output.

write_linestringifor_string_tSubroutine

Write line (record) to a connected unit.

write_linesstringiforSubroutine

Write lines (records) to a connected-formatted unit.

write_linesstringifor_string_tSubroutine

Write lines (records) to a connected unit.

write_tagfoxy_xml_tagSubroutine

Write tag to unit file.

write_unformattedstringifor_string_tSubroutine

Unformatted output.

xml_tagfoxy_xml_tagInterface

Overload xml_tag with creator procedures.

call~~graph~~CallGraph proc~sscan_string_character sscan_string_character proc~to_integer_i1p to_integer_I1P proc~snakecase snakecase interface~pack_data pack_data proc~pack_data_i2_r4 pack_data_I2_R4 interface~pack_data->proc~pack_data_i2_r4 proc~pack_data_i8_r8 pack_data_I8_R8 interface~pack_data->proc~pack_data_i8_r8 proc~pack_data_i8_i2 pack_data_I8_I2 interface~pack_data->proc~pack_data_i8_i2 proc~pack_data_i8_i1 pack_data_I8_I1 interface~pack_data->proc~pack_data_i8_i1 proc~pack_data_r8_i4 pack_data_R8_I4 interface~pack_data->proc~pack_data_r8_i4 proc~pack_data_i4_r4 pack_data_I4_R4 interface~pack_data->proc~pack_data_i4_r4 proc~pack_data_r4_i2 pack_data_R4_I2 interface~pack_data->proc~pack_data_r4_i2 proc~pack_data_i4_i8 pack_data_I4_I8 interface~pack_data->proc~pack_data_i4_i8 proc~pack_data_i4_i2 pack_data_I4_I2 interface~pack_data->proc~pack_data_i4_i2 proc~pack_data_i8_r4 pack_data_I8_R4 interface~pack_data->proc~pack_data_i8_r4 proc~pack_data_r8_r4 pack_data_R8_R4 interface~pack_data->proc~pack_data_r8_r4 proc~pack_data_i4_i1 pack_data_I4_I1 interface~pack_data->proc~pack_data_i4_i1 proc~pack_data_i8_i4 pack_data_I8_I4 interface~pack_data->proc~pack_data_i8_i4 proc~pack_data_i2_r8 pack_data_I2_R8 interface~pack_data->proc~pack_data_i2_r8 proc~pack_data_i1_i2 pack_data_I1_I2 interface~pack_data->proc~pack_data_i1_i2 proc~pack_data_r8_i8 pack_data_R8_I8 interface~pack_data->proc~pack_data_r8_i8 proc~pack_data_i2_i8 pack_data_I2_I8 interface~pack_data->proc~pack_data_i2_i8 proc~pack_data_r4_i1 pack_data_R4_I1 interface~pack_data->proc~pack_data_r4_i1 proc~pack_data_i2_i4 pack_data_I2_I4 interface~pack_data->proc~pack_data_i2_i4 proc~pack_data_r8_i1 pack_data_R8_I1 interface~pack_data->proc~pack_data_r8_i1 proc~pack_data_i2_i1 pack_data_I2_I1 interface~pack_data->proc~pack_data_i2_i1 proc~pack_data_r8_i2 pack_data_R8_I2 interface~pack_data->proc~pack_data_r8_i2 proc~pack_data_i1_r8 pack_data_I1_R8 interface~pack_data->proc~pack_data_i1_r8 proc~pack_data_i1_r4 pack_data_I1_R4 interface~pack_data->proc~pack_data_i1_r4 proc~pack_data_r4_i4 pack_data_R4_I4 interface~pack_data->proc~pack_data_r4_i4 proc~pack_data_i1_i8 pack_data_I1_I8 interface~pack_data->proc~pack_data_i1_i8 proc~pack_data_i4_r8 pack_data_I4_R8 interface~pack_data->proc~pack_data_i4_r8 proc~pack_data_r4_r8 pack_data_R4_R8 interface~pack_data->proc~pack_data_r4_r8 proc~pack_data_r4_i8 pack_data_R4_I8 interface~pack_data->proc~pack_data_r4_i8 proc~pack_data_i1_i4 pack_data_I1_I4 interface~pack_data->proc~pack_data_i1_i4 proc~slen_trim slen_trim proc~str_i2p str_I2P proc~free~3 free proc~get_next_non_blank_character_any_record get_next_non_blank_character_any_record proc~get_next_non_blank_character_this_record get_next_non_blank_character_this_record proc~get_next_non_blank_character_any_record->proc~get_next_non_blank_character_this_record proc~parse_attributes_names parse_attributes_names proc~str_r8p str_R8P proc~compact_real_string compact_real_string proc~str_r8p->proc~compact_real_string proc~upper upper proc~slice slice interface~bit_size~2 bit_size proc~is_integer is_integer proc~is_parsed is_parsed proc~sadjustr_character sadjustr_character interface~adjustl adjustl proc~sadjustl_character sadjustl_character interface~adjustl->proc~sadjustl_character proc~load_file_as_stream load_file_as_stream proc~byte_size_r8p byte_size_R8P proc~chars chars proc~b64_encode_i4_a b64_encode_I4_a proc~encode_bits encode_bits proc~b64_encode_i4_a->proc~encode_bits proc~parse_from_string parse_from_string interface~repeat repeat proc~srepeat_string_string srepeat_string_string interface~repeat->proc~srepeat_string_string proc~end_with end_with proc~string_assign_integer_i8p string_assign_integer_I8P interface~str str proc~string_assign_integer_i8p->interface~str proc~b64_decode_r16_a b64_decode_R16_a proc~decode_bits decode_bits proc~b64_decode_r16_a->proc~decode_bits proc~string_assign_real_r4p string_assign_real_R4P proc~string_assign_real_r4p->interface~str proc~string_eq_character string_eq_character proc~split split proc~sindex_string_character sindex_string_character interface~strz strz proc~strz_i2p strz_I2P interface~strz->proc~strz_i2p proc~strz_i1p strz_I1P interface~strz->proc~strz_i1p proc~strz_i8p strz_I8P interface~strz->proc~strz_i8p proc~strz_i4p strz_I4P interface~strz->proc~strz_i4p proc~replace replace proc~bit_size_r4p bit_size_R4P proc~str_a_i2p str_a_I2P proc~str_a_i2p->proc~str_i2p proc~b64_encode_i2_a b64_encode_I2_a proc~b64_encode_i2_a->proc~encode_bits proc~b64_decode_r8_a b64_decode_R8_a proc~b64_decode_r8_a->proc~decode_bits proc~is_lower is_lower proc~bctoi_i1p bctoi_I1P proc~bctoi_i1p->interface~str proc~digit_i8 digit_I8 interface~xml_tag xml_tag proc~create_tag_flat create_tag_flat interface~xml_tag->proc~create_tag_flat proc~create_tag_nested create_tag_nested interface~xml_tag->proc~create_tag_nested proc~string_concat_string_string string_concat_string_string proc~write_line write_line proc~free free proc~b64_decode_r4_a b64_decode_R4_a proc~b64_decode_r4_a->proc~decode_bits proc~digit_i2 digit_I2 proc~b64_encode_i1_a b64_encode_I1_a proc~b64_encode_i1_a->proc~encode_bits proc~byte_size_chr byte_size_chr proc~ctoi_i4p ctoi_I4P proc~string_assign_real_r8p string_assign_real_R8P proc~string_assign_real_r8p->interface~str proc~byte_size_i8p byte_size_I8P proc~srepeat_character_string srepeat_character_string proc~character_concat_string_string character_concat_string_string proc~b64_decode_i8_a b64_decode_I8_a proc~b64_decode_i8_a->proc~decode_bits proc~parse_tag_name parse_tag_name proc~strf_i8p strf_I8P proc~str_bol str_bol proc~b64_encode_string_a b64_encode_string_a interface~byte_size byte_size proc~b64_encode_string_a->interface~byte_size proc~b64_encode_string_a->proc~encode_bits proc~search~2 search proc~sindex_character_string sindex_character_string proc~b64_decode_i4_a b64_decode_I4_a proc~b64_decode_i4_a->proc~decode_bits interface~trim trim proc~strim strim interface~trim->proc~strim proc~sadjustl sadjustl proc~string_concat_string string_concat_string proc~join_strings join_strings proc~string_ne_string string_ne_string proc~search search proc~byte_size_i2p byte_size_I2P proc~string_le_character string_le_character proc~b64_decode_i2_a b64_decode_I2_a proc~b64_decode_i2_a->proc~decode_bits proc~get_value get_value proc~byte_size_r4p byte_size_R4P proc~strf_r16p strf_R16P proc~to_real_r16p to_real_R16P proc~b64_decode_r16 b64_decode_R16 proc~b64_decode_r16->proc~decode_bits proc~character_gt_string character_gt_string proc~string_le_string string_le_string proc~b64_decode_i1_a b64_decode_I1_a proc~b64_decode_i1_a->proc~decode_bits interface~count count proc~count_substring count_substring interface~count->proc~count_substring proc~finalize finalize proc~lower lower proc~attributes attributes proc~b64_decode_r8 b64_decode_R8 proc~b64_decode_r8->proc~decode_bits proc~bctor_r16p bctor_R16P proc~bctor_r16p->interface~str proc~b64_decode_string_a b64_decode_string_a proc~b64_decode_string_a->interface~byte_size proc~b64_decode_string_a->proc~decode_bits proc~b64_init b64_init proc~write_file~2 write_file proc~b64_decode_r4 b64_decode_R4 proc~b64_decode_r4->proc~decode_bits proc~delete_content delete_content proc~content content proc~set set proc~sindex_string_string sindex_string_string proc~read_file~2 read_file proc~free~2 free proc~str_a_r16p str_a_R16P proc~str_r16p str_R16P proc~str_a_r16p->proc~str_r16p proc~autotest autotest proc~autotest->proc~b64_init interface~b64_encode b64_encode proc~autotest->interface~b64_encode interface~b64_decode b64_decode proc~autotest->interface~b64_decode proc~autotest->interface~str proc~string_assign_character string_assign_character proc~b64_decode_i8 b64_decode_I8 proc~b64_decode_i8->proc~decode_bits proc~capitalize capitalize proc~stringify stringify proc~string_concat_character_string string_concat_character_string proc~str_i4p str_I4P proc~parse~2 parse proc~string_concat_character string_concat_character proc~b64_decode_i4 b64_decode_I4 proc~b64_decode_i4->proc~decode_bits proc~strf_r8p strf_R8P proc~is_digit is_digit proc~bctoi_i8p bctoi_I8P proc~bctoi_i8p->interface~str proc~join_characters join_characters interface~b64_encode->proc~b64_encode_i4_a interface~b64_encode->proc~b64_encode_i2_a interface~b64_encode->proc~b64_encode_i1_a interface~b64_encode->proc~b64_encode_string_a proc~b64_encode_r4 b64_encode_R4 interface~b64_encode->proc~b64_encode_r4 proc~b64_encode_i8 b64_encode_I8 interface~b64_encode->proc~b64_encode_i8 proc~b64_encode_i4 b64_encode_I4 interface~b64_encode->proc~b64_encode_i4 proc~b64_encode_i2 b64_encode_I2 interface~b64_encode->proc~b64_encode_i2 proc~b64_encode_i1 b64_encode_I1 interface~b64_encode->proc~b64_encode_i1 proc~b64_encode_string b64_encode_string interface~b64_encode->proc~b64_encode_string proc~b64_encode_r4_a b64_encode_R4_a interface~b64_encode->proc~b64_encode_r4_a proc~b64_encode_r8_a b64_encode_R8_a interface~b64_encode->proc~b64_encode_r8_a proc~b64_encode_i8_a b64_encode_I8_a interface~b64_encode->proc~b64_encode_i8_a proc~b64_encode_r8 b64_encode_R8 interface~b64_encode->proc~b64_encode_r8 proc~partition partition interface~bit_size bit_size interface~bit_size->proc~bit_size_r4p proc~bit_size_r8p bit_size_R8P interface~bit_size->proc~bit_size_r8p proc~bit_size_chr bit_size_chr interface~bit_size->proc~bit_size_chr proc~string_ne_character string_ne_character proc~camelcase camelcase proc~content~2 content proc~str_i1p str_I1P proc~slen slen proc~add_tag add_tag proc~get_attributes get_attributes proc~assign_tag assign_tag proc~bit_size_r16p bit_size_R16P interface~bcton bcton interface~bcton->proc~bctoi_i1p interface~bcton->proc~bctoi_i8p proc~bctor_r8p bctor_R8P interface~bcton->proc~bctor_r8p proc~bctoi_i2p bctoi_I2P interface~bcton->proc~bctoi_i2p proc~bctor_r4p bctor_R4P interface~bcton->proc~bctor_r4p proc~bctoi_i4p bctoi_I4P interface~bcton->proc~bctoi_i4p proc~insert_string insert_string proc~string_ge_character string_ge_character proc~str_a_i8p str_a_I8P proc~str_i8p str_I8P proc~str_a_i8p->proc~str_i8p interface~b64_encode_up b64_encode_up interface~b64_encode_up->interface~b64_encode_up proc~b64_encode_up_a b64_encode_up_a interface~b64_encode_up->proc~b64_encode_up_a proc~finalize~2 finalize proc~is_real is_real proc~delete_tag delete_tag proc~read_lines~2 read_lines proc~b64_decode_string b64_decode_string proc~b64_decode_string->interface~byte_size proc~b64_decode_string->proc~decode_bits proc~b64_decode_up_a b64_decode_up_a proc~b64_decode_up_a->proc~b64_decode_r8_a proc~b64_decode_up_a->proc~b64_decode_r4_a proc~b64_decode_up_a->proc~b64_decode_i8_a proc~b64_decode_up_a->proc~b64_decode_i4_a proc~b64_decode_up_a->proc~b64_decode_i2_a proc~b64_decode_up_a->proc~b64_decode_i1_a proc~b64_decode_up_a->proc~b64_decode_string_a proc~encode encode proc~encode->interface~b64_encode proc~ctor_r8p ctor_R8P proc~startcase startcase proc~fill fill proc~string_assign_integer_i2p string_assign_integer_I2P proc~string_assign_integer_i2p->interface~str interface~index index interface~index->proc~sindex_string_character interface~index->proc~sindex_character_string interface~index->proc~sindex_string_string proc~character_le_string character_le_string proc~get get proc~sscan_string_string sscan_string_string proc~start_with start_with proc~extension extension proc~string_gt_string string_gt_string proc~name name proc~byte_size_i4p byte_size_I4P proc~b64_encode_r4->proc~encode_bits interface~byte_size->proc~byte_size_r8p interface~byte_size->proc~byte_size_chr interface~byte_size->proc~byte_size_i8p interface~byte_size->proc~byte_size_i2p interface~byte_size->proc~byte_size_r4p interface~byte_size->proc~byte_size_i4p proc~byte_size_i1p byte_size_I1P interface~byte_size->proc~byte_size_i1p proc~bctor_r8p->interface~str proc~self_closing_tag self_closing_tag proc~str_r4p str_R4P proc~str_r4p->proc~compact_real_string interface~b64_decode->proc~b64_decode_r8_a interface~b64_decode->proc~b64_decode_r4_a interface~b64_decode->proc~b64_decode_i8_a interface~b64_decode->proc~b64_decode_i4_a interface~b64_decode->proc~b64_decode_i2_a interface~b64_decode->proc~b64_decode_i1_a interface~b64_decode->proc~b64_decode_r8 interface~b64_decode->proc~b64_decode_string_a interface~b64_decode->proc~b64_decode_r4 interface~b64_decode->proc~b64_decode_i8 interface~b64_decode->proc~b64_decode_i4 interface~b64_decode->proc~b64_decode_string proc~b64_decode_i2 b64_decode_I2 interface~b64_decode->proc~b64_decode_i2 proc~b64_decode_i1 b64_decode_I1 interface~b64_decode->proc~b64_decode_i1 proc~character_ne_string character_ne_string proc~insert_character insert_character proc~b64_encode_i8->proc~encode_bits proc~basename basename proc~string_assign_integer_i1p string_assign_integer_I1P proc~string_assign_integer_i1p->interface~str proc~read_undelimited_listdirected read_undelimited_listdirected proc~get_decimal_mode get_decimal_mode proc~read_undelimited_listdirected->proc~get_decimal_mode interface~len len interface~len->proc~slen proc~b64_decode_i2->proc~decode_bits interface~b64_decode_up b64_decode_up interface~b64_decode_up->proc~b64_decode_up_a interface~b64_decode_up->interface~b64_decode_up proc~penf_init penf_init proc~check_endian check_endian proc~penf_init->proc~check_endian proc~digit_i4 digit_I4 proc~str_a_r8p str_a_R8P proc~str_a_r8p->proc~str_r8p proc~bctoi_i2p->interface~str proc~decode decode proc~decode->interface~b64_decode proc~ctoi_i2p ctoi_I2P proc~write_formatted write_formatted proc~basedir basedir proc~string_eq_string string_eq_string proc~unique unique proc~replace_one_occurrence replace_one_occurrence proc~delete_multiple_attributes delete_multiple_attributes proc~b64_encode_i4->proc~encode_bits proc~string_assign_string string_assign_string proc~character_concat_string character_concat_string interface~cton cton interface~cton->proc~ctoi_i4p interface~cton->proc~ctor_r8p interface~cton->proc~ctoi_i2p proc~ctoi_i1p ctoi_I1P interface~cton->proc~ctoi_i1p proc~ctor_r4p ctor_R4P interface~cton->proc~ctor_r4p proc~ctoi_i8p ctoi_I8P interface~cton->proc~ctoi_i8p proc~is_attribute_present is_attribute_present proc~digit_i1 digit_I1 proc~string_assign_integer_i4p string_assign_integer_I4P proc~string_assign_integer_i4p->interface~str proc~write_lines~2 write_lines none~is_little_endian is_little_endian proc~check_endian->none~is_little_endian proc~reverse reverse proc~character_ge_string character_ge_string proc~str_a_r4p str_a_R4P proc~str_a_r4p->proc~str_r4p proc~strf_i4p strf_I4P proc~b64_encode_i2->proc~encode_bits proc~sverify sverify proc~bctor_r4p->interface~str proc~add_single_attribute add_single_attribute interface~adjustr adjustr interface~adjustr->proc~sadjustr_character proc~is_number is_number proc~strf_i1p strf_I1P proc~get_delimiter_mode get_delimiter_mode proc~to_real_r4p to_real_R4P proc~bstr_i1p bstr_I1P proc~b64_encode_i1->proc~encode_bits proc~delete_single_attribute delete_single_attribute proc~parse parse proc~parse->proc~load_file_as_stream proc~sadjustr sadjustr proc~write_lines write_lines proc~bctoi_i4p->interface~str proc~string_lt_string string_lt_string proc~bstr_r16p bstr_R16P proc~add_multiple_attributes add_multiple_attributes proc~end_tag end_tag proc~b64_encode_string->interface~byte_size proc~b64_encode_string->proc~encode_bits proc~to_integer_i8p to_integer_I8P proc~str_a_i4p str_a_I4P proc~str_a_i4p->proc~str_i4p proc~strf_r4p strf_R4P proc~string_ge_string string_ge_string proc~add_stream_attributes add_stream_attributes proc~read_formatted read_formatted proc~read_formatted->proc~get_next_non_blank_character_any_record proc~bstr_r4p bstr_R4P proc~read_lines read_lines interface~str->proc~str_i2p interface~str->proc~str_r8p interface~str->proc~str_a_i2p interface~str->proc~strf_i8p interface~str->proc~str_bol interface~str->proc~str_i4p interface~str->proc~strf_r8p interface~str->proc~str_i1p interface~str->proc~str_a_i8p interface~str->proc~str_r4p interface~str->proc~str_a_r8p interface~str->proc~str_a_r4p interface~str->proc~strf_i4p interface~str->proc~strf_i1p interface~str->proc~str_a_i4p interface~str->proc~strf_r4p proc~str_a_i1p str_a_I1P interface~str->proc~str_a_i1p proc~strf_i2p strf_I2P interface~str->proc~strf_i2p interface~str->proc~str_i8p proc~string_assign_real_r16p string_assign_real_R16P proc~string_assign_real_r16p->interface~str proc~read_file read_file proc~read_file->proc~read_lines interface~bstr bstr interface~bstr->proc~bstr_i1p interface~bstr->proc~bstr_r4p proc~bstr_r8p bstr_R8P interface~bstr->proc~bstr_r8p proc~bstr_i8p bstr_I8P interface~bstr->proc~bstr_i8p proc~bstr_i4p bstr_I4P interface~bstr->proc~bstr_i4p proc~bstr_i2p bstr_I2P interface~bstr->proc~bstr_i2p proc~b64_decode_i1->proc~decode_bits proc~scount scount proc~sscan_character_string sscan_character_string proc~character_lt_string character_lt_string interface~len_trim len_trim interface~len_trim->proc~slen_trim proc~ctor_r16p ctor_R16P proc~stringify~2 stringify proc~to_integer_i4p to_integer_I4P interface~scan scan interface~scan->proc~sscan_string_character interface~scan->proc~sscan_string_string interface~scan->proc~sscan_character_string proc~swapcase swapcase proc~b64_encode_r16_a b64_encode_R16_a proc~b64_encode_r16_a->proc~encode_bits proc~b64_encode_r4_a->proc~encode_bits proc~read_delimited read_delimited proc~b64_encode_up_a->proc~b64_encode_i4_a proc~b64_encode_up_a->proc~b64_encode_i2_a proc~b64_encode_up_a->proc~b64_encode_i1_a proc~b64_encode_up_a->proc~b64_encode_string_a proc~b64_encode_up_a->proc~b64_encode_r4_a proc~b64_encode_up_a->proc~b64_encode_r8_a proc~b64_encode_up_a->proc~b64_encode_i8_a proc~character_eq_string character_eq_string proc~b64_encode_up b64_encode_up proc~b64_encode_up->proc~b64_encode_r4 proc~b64_encode_up->proc~b64_encode_i8 proc~b64_encode_up->proc~b64_encode_i4 proc~b64_encode_up->proc~b64_encode_i2 proc~b64_encode_up->proc~b64_encode_i1 proc~b64_encode_up->proc~b64_encode_string proc~b64_encode_up->proc~b64_encode_r8 proc~string_gt_character string_gt_character proc~byte_size_r16p byte_size_R16P proc~is_upper is_upper proc~penf_print penf_print proc~is_allocated is_allocated proc~alloc_attributes alloc_attributes proc~str_a_i1p->proc~str_i1p proc~to_integer_i2p to_integer_I2P proc~write_tag write_tag proc~strip strip interface~digit digit interface~digit->proc~digit_i8 interface~digit->proc~digit_i2 interface~digit->proc~digit_i4 interface~digit->proc~digit_i1 proc~write_file write_file proc~write_file->proc~write_lines proc~read_line read_line proc~b64_encode_r8_a->proc~encode_bits proc~write_unformatted write_unformatted proc~to_real_r8p to_real_R8P proc~string_lt_character string_lt_character proc~b64_decode_up b64_decode_up proc~b64_decode_up->proc~b64_decode_r8 proc~b64_decode_up->proc~b64_decode_r4 proc~b64_decode_up->proc~b64_decode_i8 proc~b64_decode_up->proc~b64_decode_i4 proc~b64_decode_up->proc~b64_decode_string proc~b64_decode_up->proc~b64_decode_i2 proc~b64_decode_up->proc~b64_decode_i1 proc~unescape unescape proc~read_unformatted read_unformatted proc~b64_encode_i8_a->proc~encode_bits proc~escape escape proc~start_tag start_tag proc~b64_encode_r16 b64_encode_R16 proc~b64_encode_r16->proc~encode_bits proc~read_undelimited read_undelimited proc~b64_encode_r8->proc~encode_bits proc~str_r16p->proc~compact_real_string program~indent_tag indent_tag program~indent_tag->interface~xml_tag program~add_tag add_tag program~add_tag->interface~xml_tag program~delete_attributes delete_attributes program~delete_attributes->interface~xml_tag program~create_tag create_tag program~create_tag->interface~xml_tag program~delete_content delete_content program~delete_content->interface~xml_tag program~add_attributes add_attributes program~add_attributes->interface~xml_tag program~write_tag write_tag program~write_tag->interface~xml_tag
Help