McIDAS User's Guide
Version 2019.1

[Search Manual] [Table of Contents] [Go to Previous] [Go to Next]


PTABLE

Places the value of stringvalue in the string table entry named stringname.


Syntax

PTABLE stringvalue, stringname


Parameters

stringvalue

valid string expression containing the value to put into the McIDAS string named stringname

stringname

valid string expression containing the name of the McIDAS string; less than 13 characters


Remark

See the McBASI TABLE$ function.


Example

PTABLE MID$(TIME$,1,2),"HR"

This example sets the value of the McIDAS string HR to the current hour.


[Search Manual] [Table of Contents] [Go to Previous] [Go to Next]