This is a child page. You can use Parent in the quick nav bar at the top or the bottom of the page to navigate directly back to the parent of this page. Some child pages are more than one level deep, and in that case will require more than one Parent click to reach the outermost document level. |
a=GETPROF("name",index) Returns as 0-255 the value of the named profile at position "index". Valid indices are from zero to 200. 201 is beyond the end of the profile. |
a=SETPROF("name",index,value) (returns previous value) This sets the entry specified by the index of the requested profile. It will return the value of this entry prior to the modification you made. Valid indices are from zero to 200. 201 is beyond the end of the profile. |