index.3f
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 3F 代码 · 共 57 行
3F
57 行
.\" SCCSID: @(#)index.3f 8.1 9/11/90.TH index 3f VAX "" Unsupported.SH Nameindex, rindex, lnblnk, len \- tell about character objects.SH Syntax.B (intrinsic) function index (string, substr).br.B character*(*) string, substr.sp 1.B integer function rindex (string, substr).br.B character*(*) string, substr.sp 1.B function lnblnk (string).br.B character*(*) string.sp 1.B (intrinsic) function len (string).br.B character*(*) string.SH Description.NXR "index subroutine (FORTRAN)".NXR "rindex subroutine (FORTRAN)".NXR "lnblnk subroutine (FORTRAN)".NXR "len subroutine (FORTRAN)"The.PN indexand.PN rindexsubroutinesreturn the index of the first (last) occurrence of the substring.I substrin.I string,or zero if it does not occur.The.PN indexsubroutineis an f77 intrinsic function.The.PN rindexsubroutineis a library routine..PPThe.PN lnblnksubroutinereturns the index of the last non-blank character in.I string.This is useful since all f77 character objects are fixed length, blank padded.Intrinsic function.I lenreturns the size of the character object argument..SH Files.ie \nM /usr/ucb/lib/libF77.a.el /usr/lib/libF77.a
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?