dm_html_select_create Subroutine

public pure subroutine dm_html_select_create(select, size, error)

Allocates memory for arrays in select type. Returns E_ALLOC on error.

Arguments

Type IntentOptional Attributes Name
type(select_type), intent(out) :: select

Select type.

integer, intent(in) :: size

Array size.

integer, intent(out), optional :: error

Error code.