Field SetValue() Method

Sets or changes a field's value to the internal value supplied.

Function Signature

 void SetValue( string& value )

void SetValue( int& value )

void SetValue( int64_t& value )

void SetValue( double& value )

void SetValue( TimeT& value )

void SetValue( Variant& value )

Parameters

Parameter Type Description

value

string&

int&

int64_t&

double&

TimeT&

Variant&

The internal value for the field. For Text fields, this is the exact value entered in the field.

TimeT can be used with Date/Time fields to set the internal date value.

Return

Type Description

None

Technical Details

SBM ModScript version: 11.3. Extended in 11.4.

Notes

None.

Related Topics

Field