PdcProject.UserString: Difference between revisions

From External Bemet Wiki
Jump to navigation Jump to search
Created page with "== Declaration == UserString(Index as long) as String == Description == Returns or changes user text field number x == Notes == == Code example == <source lang="vb"> </s..."
 
No edit summary
Line 4: Line 4:
== Description ==
== Description ==
Returns or changes user text field number x
Returns or changes user text field number x
Its index runs from 0 to 4. The corresponding fieldname starts with 1 (DF_USER1)


== Notes ==
== Notes ==

Revision as of 10:40, 20 December 2018

Declaration

UserString(Index as long) as String

Description

Returns or changes user text field number x

Its index runs from 0 to 4. The corresponding fieldname starts with 1 (DF_USER1)

Notes

Code example

Availability

Available since February 2011 (From version 4.2 onwards).