up Inquisit Language Reference

userid attribute

The userid attribute specifies the logon name to use for accessing secured network locations.

Member of

<data> <survey>

Syntax

/ userid = "string"

Parameters

string A quoted string indicating a logon name.

Remarks

The userid and password are used to log in when data is stored on a secured network resource such as a web site.

Examples

The following saves the data to a secure https share using the specified userid and password:

<data>
/ file="https://storage.millisecond.com/mydata/"
/ userid="sean"
/ password="open sesame"
</data>

Send comments on this topic:
Copyright Millisecond Software, LLC. All rights reserved.