Not sure if this is the correct topic to post this into but if not and you could advise me to the correct topic!
Could anyone assist me with the below please? I am very much a noobie!
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: BC30455: Argument not specified for parameter 'Find' of 'Public Function Replace(Expression As Object, Find As String, Replacement As String, [Start As Long = 1], [Count As Long = -1], [Compare As Microsoft.VisualBasic.CompareMethod = CompareMethod.Text]) As String'.
Line 97: ToSend.Add("cboType", "1")
Line 98: ToSend.Add("txtDuration", Values("Field74"))
Line 99: ToSend.Add("txtJobTitle", fixword(Replace(Replace(Values.Common.JobTitle), "£", "GBP"), "–", "-"))
Line 100: ToSend.Add("cboSector", Values("Field1002"))
Line 101: ToSend.Add("optForGrad", Values("Field1012"))
Source File: E:\InetPub\wwwroot\ServerApps\MultipostEngine\TemplateCache\Templates\Template105.aspx
Line: 99
very confused and not sure what i am doing wrong...
Thanks in advance!